Files
SaaS2/package.json
RUI 50929e69f5
Some checks failed
Next.js CI/CD 流水线 / deploy (push) Failing after 1m21s
0606.6
2025-06-06 01:52:30 +08:00

40 lines
969 B
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",
"antd": "^5.25.4",
"bcryptjs": "^3.0.2",
"geist": "^1.4.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.15.1",
"next": "15.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"styled-components": "^6.0.9",
"zustand": "^5.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}