-
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) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 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": "kai-master",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --no-fork",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@chettapong/nuxt-lodash": "2.5.4",
"@nuxtjs/color-mode": "3.5.2",
"@pinia/nuxt": "0.11.2",
"@vite-pwa/nuxt": "1.0.6",
"dayjs-nuxt": "2.1.11",
"firebase-admin": "13.5.0",
"firebase-functions": "6.5.0",
"jszip": "3.10.1",
"localforage": "1.10.0",
"nuxt": "4.1.3",
"pinia": "3.0.3",
"pinia-plugin-persistedstate": "4.5.0",
"vue": "3.5.22",
"vue-router": "4.6.3",
"vuetify-nuxt-module": "0.18.8"
},
"devDependencies": {
"@types/jszip": "3.4.1",
"firebase-tools": "14.20.0"
}
}