-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 KB
/
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
37
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "pnpm run build && wrangler pages dev",
"postinstall": "nuxt prepare",
"deploy": "pnpm run build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.709.0",
"@css-inline/css-inline": "^0.14.3",
"@types/fabric": "^5.3.9",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.4.7",
"fabric": "^6.5.3",
"firebase": "^11.0.2",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^4.0.1",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"h3": "^1.13.0",
"nitro-cloudflare-dev": "^0.2.1",
"vite-plugin-node-polyfills": "^0.22.0",
"wrangler": "^3.93.0"
}
}