2026-04-02 09:23:57 +08:00
|
|
|
{
|
2026-04-06 17:57:25 +08:00
|
|
|
"name": "delta-force-guide-web",
|
2026-04-02 09:23:57 +08:00
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
2026-04-09 14:33:18 +08:00
|
|
|
"build:tar": "pnpm build && tar -czf dist.tar.gz dist",
|
2026-04-02 09:23:57 +08:00
|
|
|
"lint": "eslint .",
|
2026-05-07 13:35:41 +08:00
|
|
|
"preview": "vite preview"
|
2026-04-02 09:23:57 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-07 11:06:21 +08:00
|
|
|
"@ant-design/cssinjs": "^2.1.2",
|
2026-04-06 17:57:25 +08:00
|
|
|
"@reduxjs/toolkit": "^2.11.2",
|
2026-04-23 07:59:11 +00:00
|
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
|
|
|
"@tanstack/react-virtual": "^3.13.24",
|
2026-04-30 07:57:59 +00:00
|
|
|
"antd": "^6.3.7",
|
2026-05-07 07:58:51 +00:00
|
|
|
"axios": "^1.16.0",
|
2026-04-02 09:23:57 +08:00
|
|
|
"dayjs": "^1.11.20",
|
2026-05-07 07:58:51 +00:00
|
|
|
"react": "^19.2.6",
|
|
|
|
|
"react-dom": "^19.2.6",
|
2026-04-06 17:57:25 +08:00
|
|
|
"react-redux": "^9.2.0",
|
2026-05-07 07:58:51 +00:00
|
|
|
"react-router": "^7.15.0",
|
|
|
|
|
"react-router-dom": "^7.15.0",
|
2026-04-06 17:57:25 +08:00
|
|
|
"redux-persist": "^6.0.0",
|
2026-04-23 07:59:11 +00:00
|
|
|
"tailwindcss": "^4.2.4"
|
2026-04-02 09:23:57 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-09 07:57:55 +00:00
|
|
|
"@types/node": "^22.19.17",
|
2026-04-02 09:23:57 +08:00
|
|
|
"@types/react": "^19.2.14",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"@vitejs/plugin-react": "^6.0.1",
|
2026-05-07 07:58:51 +00:00
|
|
|
"globals": "^17.6.0",
|
2026-04-23 07:59:11 +00:00
|
|
|
"prettier": "^3.8.3",
|
|
|
|
|
"typescript": "~6.0.3",
|
2026-05-10 13:29:55 +08:00
|
|
|
"vite": "^8.0.11",
|
|
|
|
|
"vite-plugin-port-checker": "^1.0.1"
|
2026-04-02 09:23:57 +08:00
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"ignoredBuiltDependencies": [
|
|
|
|
|
"esbuild"
|
|
|
|
|
],
|
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"@tailwindcss/oxide"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|