Files
SaaS2/package.json
RUI 32f8d4ec95
All checks were successful
Next.js CI/CD 流水线 / deploy (push) Successful in 4m58s
0612.1
2025-06-12 03:12:05 +08:00

64 lines
1.6 KiB
JSON

{
"name": "saas3",
"version": "3.6.12",
"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",
"@emotion/css": "^11.13.5",
"@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",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"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",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.0.9",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.3.3",
"@tailwindcss/postcss": "^4",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/ramda": "^0.30.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^10.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}