This commit is contained in:
D8D Developer
2025-06-27 03:10:37 +00:00
parent 12c6ed592f
commit c44df865d4

View File

@@ -4,17 +4,10 @@
"type": "module",
"scripts": {
"dev": "export NODE_ENV='development' && export DEBUG=backend:* && vite",
"dev:monitor": "export NODE_ENV='development' && export DEBUG=backend:*,app:monitor && vite",
"build": "export NODE_ENV='production' && vite build && vite build --ssr",
"start": "export NODE_ENV='production' && node dist-server/index.js"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "^4.1.1",
"@alicloud/openapi-client": "^0.4.14",
"@alicloud/tea-util": "^1.4.10",
"@ant-design/icons": "^6.0.0",
"@ant-design/plots": "^2.4.0",
"@d8d-appcontainer/api": "^3.0.47",
"@emotion/react": "^11.14.0",
"@heroicons/react": "^2.2.0",
"@hono/node-server": "^1.14.3",
@@ -32,13 +25,9 @@
"dayjs": "^1.11.13",
"debug": "^4.4.1",
"dotenv": "^16.5.0",
"echarts-for-react": "^3.0.2",
"formdata-node": "^6.0.3",
"hono": "^4.7.11",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"ioredis": "^5.6.1",
"isomorphic-git": "^1.30.2",
"jsonwebtoken": "^9.0.2",
"minio": "^8.0.5",
"mysql2": "^3.14.1",
@@ -51,10 +40,7 @@
"react-router-dom": "^7.6.1",
"react-toastify": "^11.0.5",
"reflect-metadata": "^0.2.2",
"three": "^0.177.0",
"typeorm": "^0.3.24",
"vite-plugin-i18next-loader": "^3.1.2",
"zod": "^3.24.2"
"typeorm": "^0.3.24"
},
"devDependencies": {
"@types/debug": "^4.1.12",