This repository has been archived on 2025-11-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ndm-web-client-r/package.json
2025-08-05 14:24:33 +08:00

52 lines
1.6 KiB
JSON

{
"name": "ndm-web-client",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && tsx src/utils/post-build.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@tanstack/react-query": "^5.84.1",
"@tanstack/react-router": "^1.130.9",
"@tanstack/react-router-devtools": "^1.130.9",
"antd": "^5.26.7",
"axios": "^1.11.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"destr": "^2.0.5",
"es-toolkit": "^1.39.8",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^5.0.0",
"@eslint-react/eslint-plugin": "^1.52.3",
"@eslint/js": "^9.30.1",
"@tanstack/eslint-plugin-query": "^5.83.1",
"@tanstack/router-plugin": "^1.130.9",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"compressing": "^1.10.3",
"eslint": "^9.30.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tsx": "^4.20.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
}
}