-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.8 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
{
"name": "crowdsourced_data",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@auth/core": "^0.37.0",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.14.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/node": "20.5.3",
"@types/proj4": "^2.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.9.0",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"deck.gl": "^9.3.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"html-to-image": "^1.11.13",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.268.0",
"maplibre-gl": "^5.19.0",
"next": "16.2.4",
"next-share": "^0.27.0",
"plotly.js": "^2.32.0",
"postcss": "8.4.31",
"prisma": "^5.14.0",
"proj4": "^2.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-leaflet-vector-tile-layer": "^0.2.0",
"react-plotly.js": "^2.6.0",
"react-virtualized": "^9.22.6",
"recharts": "^2.15.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/react-plotly.js": "^2.6.3",
"@types/react-virtualized": "^9.22.2",
"prettier": "^3.5.3"
}
}