You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
823 B
32 lines
823 B
{
|
|
"name": "wuyuanbiaoba-web",
|
|
"version": "1.0.0",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "peace-rc start",
|
|
"build": "peace-rc build"
|
|
},
|
|
"author": "附离",
|
|
"license": "ISC",
|
|
"description": "基于 React.18 + Vite.4 预置 Antd.5 的客户端(web)",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"antd": "^5.19.0",
|
|
"chart.js": "^4.5.0",
|
|
"react": "18.x",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-dom": "18.x",
|
|
"react-redux": "^9.1.2",
|
|
"react-router-dom": "^6.26.0"
|
|
},
|
|
"dependencies": {
|
|
"@koa/multer": "^3.0.2",
|
|
"@peace/react_client": "^5.0.1",
|
|
"fs-extra": "^11.2.0",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|
|
|