-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.65 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.65 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
{
"name": "sdsc-workshop-demo",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.5",
"@ai-sdk/react": "^2.0.18",
"@deck.gl-community/editable-layers": "^9.1.1",
"@deck.gl-community/layers": "^9.1.1",
"@deck.gl/aggregation-layers": "9.1.15",
"@deck.gl/carto": "9.1.15",
"@deck.gl/core": "9.1.15",
"@deck.gl/extensions": "9.1.15",
"@deck.gl/geo-layers": "9.1.15",
"@deck.gl/layers": "9.1.15",
"@deck.gl/mapbox": "9.1.15",
"@deck.gl/mesh-layers": "9.1.15",
"@loaders.gl/core": "^4.3.4",
"@loaders.gl/wkt": "^4.3.4",
"@luma.gl/constants": "9.1.9",
"@luma.gl/core": "9.1.9",
"@luma.gl/effects": "9.1.9",
"@luma.gl/engine": "9.1.9",
"@luma.gl/shadertools": "9.1.9",
"@math.gl/core": "^4.1.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "19.1.10",
"@types/react-dom": "^19.1.7",
"ai": "^5.0.18",
"autoprefixer": "^10.4.21",
"eslint": "^9.33.0",
"eslint-config-next": "^15.5.0",
"maplibre-gl": "^5.6.2",
"next": "^15.5.0",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-map-gl": "^8.1.0",
"tailwindcss": "^4.1.12",
"typescript": "5.9.2",
"zod": "^4.0.17",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/node": "24.3.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}