-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "mapr",
"version": "1.0.0",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "index.js",
"scripts": {
"dev": "node scripts/dev.js",
"dev:frontend": "vite",
"start": "node server/index.js",
"server": "node server/index.js",
"test": "node --test",
"build": "vite build",
"preview": "vite preview"
},
"engines": {
"node": ">=22.12.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"afinn-165": "^2.0.2",
"axios": "^1.13.6",
"compromise": "^14.15.0",
"date-fns": "^4.1.0",
"i18next": "^25.8.18",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"maplibre-gl": "^5.20.2",
"pg": "^8.20.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-globe.gl": "^2.37.0",
"react-i18next": "^16.5.8",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.0.0",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.13.1",
"three": "^0.183.2",
"ws": "^8.20.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.9.3",
"vite": "^8.0.0"
}
}