gc-wing/package.json

19 lines
584 B
JSON
Raw Normal View 히스토리

2026-02-15 11:22:38 +09:00
{
"name": "wing-fleet-dashboard",
"private": true,
"workspaces": ["apps/*"],
2026-02-15 11:22:38 +09:00
"scripts": {
"dev": "npm run dev:web & npm run dev:api",
"dev:web": "npm -w @wing/web run dev",
"dev:api": "npm -w @wing/api run dev",
"build": "npm -w @wing/web run build && npm -w @wing/api run build",
"build:web": "npm -w @wing/web run build",
"build:api": "npm -w @wing/api run build",
"lint": "npm -w @wing/web run lint",
2026-02-15 11:22:38 +09:00
"prepare:data": "node scripts/prepare-zones.mjs && node scripts/prepare-legacy.mjs"
},
"devDependencies": {
"xlsx": "^0.18.5"
}
}