-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.89 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dv-emonitor-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"keywords": [],
"author": "",
"sideEffects": [
"*.css"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"clean": "rimraf node_modules && rimraf dist && rimraf package-lock.json",
"install:build": "npm install && tsc && vite build",
"check": "biome check .",
"check:fix": "biome check --write .",
"check:unsafe": "biome check --write --unsafe ."
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.141.1",
"@undp/data-viz": "^2.6.14",
"@undp/design-system-react": "^2.4.4",
"ajv": "^8.17.1",
"dom-to-svg": "^0.12.2",
"file-saver": "^2.0.5",
"handlebars": "^4.7.8",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^1.23.0",
"maplibre-gl": "^5.12.0",
"marked": "^16.4.1",
"math-expression-evaluator": "^2.0.7",
"pmtiles": "^4.3.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-globe.gl": "^2.37.0",
"react-i18next": "^17.0.6",
"three": "^0.180.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-nested": "^7.0.2",
"rimraf": "^6.1.0",
"rollup-plugin-visualizer": "^6.0.5",
"tailwind-animate": "^0.2.10",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"vite": "^8.0.13",
"vite-plugin-static-copy": "^4.1.0"
}
}