Files
SaaS2/package.json
RUI eb79e416db
Some checks failed
Next.js CI/CD 流水线 / deploy (push) Failing after 40s
0607.4
2025-06-07 01:41:58 +08:00

50 lines
1.2 KiB
JSON

{
"name": "saas2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.23.0",
"@ant-design/icons": "^6.0.0",
"@ant-design/pro-components": "^2.8.7",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@iconify/react": "^4.1.1",
"@types/lodash": "^4.17.17",
"antd": "^5.25.4",
"apexcharts": "^4.7.0",
"bcryptjs": "^3.0.2",
"color": "^5.0.0",
"dayjs": "^1.11.13",
"geist": "^1.4.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.15.1",
"next": "15.3.3",
"ramda": "^0.30.1",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"styled-components": "^6.0.9",
"uuid": "^11.1.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/ramda": "^0.30.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}