-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.21 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
68
69
70
71
72
73
74
75
{
"name": "coasts",
"private": true,
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"fetch-gcp-data": "node scripts/data/fetchGcpPdsData.js",
"qa:clarity": "node scripts/qa/checkClarityGuardrails.js"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.1.12",
"@deck.gl/core": "^9.1.12",
"@deck.gl/geo-layers": "^9.3.1",
"@deck.gl/layers": "^9.1.12",
"@deck.gl/mapbox": "^9.3.1",
"@deck.gl/react": "^9.1.12",
"@deck.gl/widgets": "^9.1.12",
"@google-cloud/storage": "^7.19.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.8.5",
"date-fns": "^3.3.1",
"dotenv": "^16.6.1",
"h3-js": "^4.4.0",
"lucide-react": "^0.344.0",
"mapbox-gl": "^3.1.2",
"mongodb": "^6.21.0",
"rc-slider": "^11.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.7",
"react-router-dom": "^7.13.1",
"recharts": "^2.15.3",
"simplebar": "^6.3.1",
"simplebar-react": "^3.3.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/vite": "^4.1.7",
"@types/node": "^22.15.21",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"rollup": "^4.46.2",
"tailwindcss": "^4.1.7",
"tw-animate-css": "^1.3.0",
"vite": "^5.1.0"
},
"overrides": {
"lightningcss": "1.30.1"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.7",
"lightningcss-linux-x64-gnu": "^1.30.1"
}
}