-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 974 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
29
30
31
32
33
34
35
36
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npm run build && wrangler pages dev",
"postinstall": "nuxt prepare",
"deploy": "npm run build && wrangler pages deploy --branch master",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@antfu/eslint-config": "^2.21.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxt/scripts": "^0.5.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.12.2",
"tailwind": "^4.0.0",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@eslint/js": "^9.5.0",
"@types/google.maps": "^3.55.10",
"daisyui": "^4.12.6",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.6.0",
"nitro-cloudflare-dev": "^0.1.4",
"wrangler": "^3.61.0"
}
}