-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 687 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 687 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^2.0.0",
"@nuxtjs/supabase": "^2.0.1",
"@vite-pwa/nuxt": "^1.0.4",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"hls.js": "^1.6.15",
"nuxt": "^4.3.1",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"baseline-browser-mapping": "^2.9.14"
}
}