49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "saas",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"init-db": "ts-node scripts/init-db.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"@iconify/react": "^6.0.0",
|
|
"@types/node-cron": "^3.0.11",
|
|
"antd": "^5.25.1",
|
|
"bcryptjs": "^3.0.2",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.6.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mysql2": "^3.14.1",
|
|
"nanoid": "^5.1.5",
|
|
"next": "15.3.2",
|
|
"next-auth": "^4.24.11",
|
|
"node-cron": "^4.0.4",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"styled-components": "^6.0.9",
|
|
"uuid": "^11.1.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.2",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|