forked from Stakeholder-Network-Map/HHI
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 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
{
"name": "red-coral-map",
"private": true,
"version": "0.0.1",
"type": "module",
"packageManager": "pnpm@10.9.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --max-warnings 0",
"format": "prettier --write .",
"preview": "vite preview",
"firebase": "firebase"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.15",
"@floating-ui/react": "^0.26.28",
"@stadiamaps/api": "^2.1.0",
"@stripe/stripe-js": "^8.6.1",
"ai": "^6.0.39",
"d3": "^7.9.0",
"esbuild": "^0.19.12",
"firebase": "^10.14.1",
"leaflet": "^1.9.4",
"leaflet-search": "^4.0.0",
"lucide-react": "^0.456.0",
"react": "^19.2.0",
"react-color": "^2.19.3",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0",
"react-leaflet-custom-control": "^1.5.0",
"react-leaflet-markercluster": "^5.0.0-rc.0",
"react-modal-sheet": "^5.2.1",
"react-range-slider-input": "^3.3.2",
"react-router": "^7.9.6",
"valibot": "^0.21.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.21",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19.2.3",
"@types/react-leaflet-markercluster": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0",
"firebase-tools": "^15.3.1",
"globals": "^17.0.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vite": "^4.5.14",
"vite-tsconfig-paths": "^4.3.2"
}
}