-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "galiguessr",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@turf/bbox": "^7.2.0",
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/centroid": "^7.2.0",
"@turf/distance": "^7.2.0",
"@turf/nearest-point-on-line": "^7.2.0",
"@turf/polygon-to-line": "^7.2.0",
"@turf/transform-scale": "^7.2.0",
"fastest-levenshtein": "^1.0.16",
"i18next": "^25.1.2",
"maplibre-gl": "^5.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-map-gl": "^8.0.1",
"react-router-dom": "^7.6.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/node": "^22.15.30",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.26.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.0",
"vite": "^6.3.5"
}
}