Files
textbee/web/package.json
2024-10-26 15:20:58 +03:00

50 lines
1.3 KiB
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": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-icons": "^1.3.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^10.18.0",
"lucide-react": "^0.453.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",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"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",
"autoprefixer": "^10.4.20",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "5.3.3"
}
}