-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/supabase": "^1.1.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@types/lodash-es": "^4.17.11",
"@vite-pwa/assets-generator": "^0.0.11",
"@vite-pwa/nuxt": "^0.2.3",
"nuxt": "^3.8.1",
"sass": "^1.69.5",
"supabase": "^1.127.4",
"typescript": "^5.2.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22",
"workbox-cli": "^7.1.0"
},
"dependencies": {
"@go-ui/vue": "^1.34.1",
"dayjs": "^1.11.10",
"localforage": "^1.10.0",
"material-design-icons-iconfont": "^6.7.0",
"pinia": "^2.1.7",
"vee-validate": "^4.11.8",
"yup": "^1.3.2"
}
}