40 lines
927 B
JSON
40 lines
927 B
JSON
{
|
|
"name": "z-crm-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.21",
|
|
"@tanstack/react-query": "^5.17.9",
|
|
"axios": "^1.6.5",
|
|
"date-fns": "^3.0.6",
|
|
"lucide-react": "^0.303.0",
|
|
"next": "14.0.4",
|
|
"next-intl": "^4.8.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^15.0.0",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-organizational-chart": "^2.2.1",
|
|
"recharts": "^2.10.3",
|
|
"xlsx": "^0.18.5",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|