-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 931 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 931 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
{
"name": "ForestWorkWebsite",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update-database": "npx -y supabase gen types typescript --project-id \"efsheupssjxlmrfgmxwp\" --schema public --schema mahjong --schema plazmaburst > app/types/database.types.ts"
},
"dependencies": {
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/supabase": "^2.0.5",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"markdown-it": "^14.1.1",
"nuxt": "^4.4.2",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.6.1",
"@vite-pwa/nuxt": "^1.1.1",
"nuxt": "^4.4.2",
"tailwindcss": "^4.2.4",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
}
}