2025-12-18 10:45:13 +08:00
|
|
|
{
|
|
|
|
|
"name": "idc-device-management",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "IDC设备管理系统",
|
|
|
|
|
"scripts": {
|
2026-01-20 15:19:09 +08:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-01-20 15:19:09 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"idc",
|
|
|
|
|
"device",
|
|
|
|
|
"management"
|
|
|
|
|
],
|
2025-12-18 10:45:13 +08:00
|
|
|
"author": "",
|
2026-01-20 15:19:09 +08:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"concurrently": "^9.2.1"
|
2026-01-23 08:55:16 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"papaparse": "^5.5.3"
|
2026-01-20 15:19:09 +08:00
|
|
|
}
|
|
|
|
|
}
|