-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 913 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 913 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
34
35
36
{
"name": "admin-web",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "^1.12.1",
"@nuxt/fonts": "^0.12.1",
"@nuxt/hints": "^1.0.0-alpha.5",
"@nuxt/icon": "^2.1.1",
"@nuxt/image": "^2.0.0",
"@nuxt/test-utils": "^3.21.0",
"@nuxtjs/i18n": "^10.2.1",
"@pinia/nuxt": "^0.11.3",
"dayjs": "^1.11.10",
"dayjs-nuxt": "2.1.11",
"eslint": "^9.0.0",
"nuxt": "^4.2.2",
"nuxt-csurf": "1.6.5",
"nuxt-snackbar": "^1.3.0",
"nuxt-zod-i18n": "^1.12.1",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vuetify": "latest",
"vuetify-nuxt-module": "latest"
},
"packageManager": "pnpm@10.27.0"
}