-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "cls && nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prod": "cls && nuxt build && node .output/server/index.mjs"
},
"dependencies": {
"@nuxtjs/supabase": "^1.6.2",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.5",
"@vueuse/components": "^12.8.2",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"moment": "^2.30.1",
"nuxt": "^3.20.1",
"pinia": "^2.3.1",
"v-wave": "^3.0.4",
"vue": "^3.5.25",
"vue-lite-youtube-embed": "^1.2.4",
"vue-router": "^4.6.3",
"vue-simple-context-menu": "^4.1.0"
}
}