-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 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
{
"private": true,
"packageManager": "pnpm@8.15.4",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev --dotenv .env.local",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"start": "node .output/server/index.mjs",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"start:generate": "npx serve .output/public",
"data:lines": "tsx ./scripts/fetchLines",
"data:polyline": "tsx ./scripts/fetchPolyline"
},
"dependencies": {
"@deck.gl/core": "^8.9.35",
"@deck.gl/layers": "^8.9.35",
"@deck.gl/mapbox": "^8.9.35",
"@oku-ui/motion-nuxt": "^0.2.1",
"@studiometa/vue-mapbox-gl": "^2.5.0",
"axios": "^1.6.7",
"d3-geo": "^3.1.0",
"dotenv": "^16.4.5",
"gcoord": "^1.0.5",
"hex-rgb": "^5.0.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.268.0",
"mapbox-gl": "^2.15.0",
"motion": "^10.17.0",
"tailwind-scrollbar": "^3.1.0",
"vue-tsc": "^1.8.27"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/devtools": "^0.4.6",
"@nuxthq/ui": "^2.7.0",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.4.11",
"@types/d3-geo": "^3.1.0",
"@types/lodash-es": "^4.17.12",
"@vite-pwa/nuxt": "^0.0.7",
"@vueuse/nuxt": "^10.9.0",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"pinia": "^2.1.7",
"typescript": "^5.4.2"
}
}