You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
972 B
39 lines
972 B
{
|
|
"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": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@react-oauth/google": "^0.12.1",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"axios": "^1.6.5",
|
|
"framer-motion": "^10.18.0",
|
|
"next": "14.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-redux": "^9.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.5",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
"@typescript-eslint/parser": "^6.19.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-next": "14.1.0",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|