Files
dc-observatio/services/pcp-tgu-ops-ui/package.json
T
Дмитрий Соловьев c3a1a8b4a1 Add PCP architecture docs and TGU ops updates
Capture current PCP architecture notes, service-map prototypes, TGU operations UI/map work, local configuration updates, database helper scripts, and request/sample JSON artifacts.
2026-05-30 14:18:19 +03:00

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"
}
}