30 lines
769 B
JSON
30 lines
769 B
JSON
{
|
|
"name": "idc-device-management",
|
|
"version": "2.1.0",
|
|
"description": "IDC设备管理系统",
|
|
"scripts": {
|
|
"start": "concurrently \"npm run start:backend\" \"npm run start:frontend\"",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"idc",
|
|
"device",
|
|
"management"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^2.1.2",
|
|
"all": "^0.0.0",
|
|
"papaparse": "^5.5.3"
|
|
}
|
|
}
|