-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 878 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"cloudflare": "NITRO_PRESET=cloudflare_pages nuxt build && NITRO_PRESET=static nuxt generate && cp -r dist/_worker.js public/_routes.json .output/public/ && rm -r dist && mv .output/public dist # https://github.com/nuxt/nuxt/issues/28526",
"dev": "nuxt dev",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.5",
"@headlessui/vue": "^1.7.22",
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^20.14.15",
"@vite-pwa/nuxt": "^0.9.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"element-plus": "^2.3.9",
"nuxt": "^3.6.1"
},
"dependencies": {
"date-fns": "^2.30.0",
"mapbox-gl": "^2.15.0",
"sass": "^1.65.1",
"vue-mapbox-ts": "^0.9.8"
}
}