-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gnmi-map",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.3.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build:map": "tsx scripts/generate-map-data.ts && tsx scripts/generate-service-maps.ts",
"build": "tsc --noEmit && vite build",
"test:map": "tsx scripts/validate-map.ts",
"typecheck": "tsc --noEmit",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@xyflow/react": "^12.8.4",
"elkjs": "^0.11.1",
"pdfkit": "^0.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "18.3.1"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/react": "^18.3.29",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.3.4",
"protobufjs": "^8.4.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"vite": "^6.0.7",
"wrangler": "^4.95.0"
}
}