-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.42 KB
/
package.json
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": "UrbanAnalyst",
"version": "0.2.1",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build:wasm": "wasm-pack build wasm --release --target web --out-dir ../pkg && cp ./pkg/*.wasm ./public/pkg/",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docs": "typedoc --entryPointStrategy expand src/",
"docs-open": "xdg-open docs/index.html &"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.15.20",
"@types/reactour": "^1.18.5",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"d3": "^7.8.5",
"deck.gl": "^8.9.30",
"mapbox-gl": "^3.1.2",
"next": "^14.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.7",
"react-select": "^5.8.0",
"reactour": "^1.19.4",
"sharp": "^0.33.2",
"wasm": "file:pkg"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.1.0",
"postcss": "^8",
"typescript": "^5",
"wasm-pack": "^0.12.1"
}
}