-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"name": "mn-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "tsc && next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@maticoapp/deck.gl-pmtiles": "^0.0.33",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.3",
"@tailwindcss/typography": "^0.5.9",
"@types/d3": "^7.4.0",
"@types/mdx": "^2.0.5",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"d3": "^7.6.1",
"d3-scale": "^4.0.2",
"daisyui": "^2.51.2",
"deck.gl": "8.8.9",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"mapbox-gl": "2.10.0",
"maplibre-gl": "^2.4.0",
"next": "13.2.1",
"pmtiles": "^2.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "7.0.19",
"react-tooltip": "^5.8.3",
"typescript": "4.9.5",
"vite-plugin-comlink": "^3.0.4",
"zustand": "^4.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}