Files
yunrui_asset/package.json
T

30 lines
769 B
JSON
Raw Normal View History

2025-12-18 10:45:13 +08:00
{
"name": "idc-device-management",
"version": "2.1.1",
2025-12-18 10:45:13 +08:00
"description": "IDC设备管理系统",
"scripts": {
"start": "concurrently \"npm run start:backend\" \"npm run start:frontend\"",
2025-12-18 10:45:13 +08:00
"start:backend": "cd backend && npm run dev",
"start:frontend": "cd frontend && npm run dev",
"install:all": "npm install && cd backend && npm install && cd ../frontend && npm install",
"deploy": "node install.js",
"update": "node update.js",
"uninstall": "node uninstall.js"
2025-12-18 10:45:13 +08:00
},
"keywords": [
"idc",
"device",
"management"
],
2025-12-18 10:45:13 +08:00
"author": "",
"license": "MIT",
"devDependencies": {
"concurrently": "^9.2.1"
},
"dependencies": {
"@ant-design/cssinjs": "^2.1.2",
"all": "^0.0.0",
"papaparse": "^5.5.3"
}
}