generated from nuxt-hub/hello-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "pass-cards",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "nuxt generate",
"dev": "nuxt dev --port 4000",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/plausible": "^1.2.0",
"@pinia/nuxt": "0.7.0",
"@vite-pwa/nuxt": "0.10.6",
"@vueuse/core": "11.2.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "11.2.0",
"@vueuse/router": "^12.0.0",
"nuxt": "^3.14.1592",
"pinia": "2.2.6",
"unplugin-fonts": "1.1.1",
"vue": "3.5.12",
"vuetify": "3.7.5"
},
"devDependencies": {
"@fontsource/azeret-mono": "5.1.0",
"@fontsource/kanit": "5.1.0",
"@fontsource/red-hat-mono": "5.1.0",
"@mdi/js": "^7.4.47",
"@vue/language-plugin-pug": "2.1.10",
"pug": "3.0.3",
"sass": "1.83.0",
"typescript": "5.6.3",
"vite-plugin-vuetify": "2.0.4",
"vue-tsc": "2.1.10"
}
}