mirror of
https://github.com/vernu/textbee.git
synced 2026-02-20 07:34:00 -05:00
34 lines
791 B
JSON
34 lines
791 B
JSON
{
|
|
"name": "sms-gateway-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.1.7",
|
|
"@chakra-ui/react": "^1.8.7",
|
|
"@emotion/react": "^11.8.2",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"axios": "^0.26.1",
|
|
"framer-motion": "^6.2.8",
|
|
"next": "12.1.4",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-qr-code": "^2.0.5",
|
|
"react-redux": "^7.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.4",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|