c3a1a8b4a1
Capture current PCP architecture notes, service-map prototypes, TGU operations UI/map work, local configuration updates, database helper scripts, and request/sample JSON artifacts.
26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"name": "pcp-tgu-ops-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"test": "vitest run",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"vite": "^7.2.4",
|
|
"typescript": "^5.9.3",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"jsdom": "^27.2.0",
|
|
"vitest": "^4.0.14"
|
|
}
|
|
}
|