-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 929 Bytes
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": "gm_simplepixelart_v2",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build && node ./scripts/fix-unhead-bundle.mjs",
"dev": "nuxt dev --host 0.0.0.0 --port 3000",
"generate": "nuxt generate",
"preview": "nuxt preview",
"cf:build": "NITRO_PRESET=cloudflare-pages NUXT_PUBLIC_ADS_ENABLED=false nuxt build",
"cf:deploy": "bun run cf:build && bunx wrangler pages deploy --branch=preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "0.11.3",
"firebase": "^12.12.0",
"gifenc": "^1.0.3",
"nuxt": "4.2.2",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@types/node": "^25.0.3",
"sharp": "^0.35.3"
},
"overrides": {
"vue": "latest"
},
"trustedDependencies": [
"@firebase/util",
"@parcel/watcher",
"protobufjs"
]
}