-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
41
42
43
44
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck",
"test": "vitest",
"lint": "eslint . --fix",
"try": "pnpm clean; pnpm build; pnpm preview",
"clean": "rm -rf .nuxt/ .output",
"format": "prettier . --write"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@nuxt/eslint": "^1.9.0",
"@nuxt/icon": "^2.0.0",
"@nuxt/test-utils": "^3.19.2",
"@nuxtjs/i18n": "10.0.6",
"@vite-pwa/nuxt": "1.0.4",
"eslint": "^9.35.0",
"nuxt": "^4.1.2",
"nuxt-snackbar": "1.3.0",
"nuxt-svgo": "4.2.6",
"typescript": "~5.9.2",
"vite-plugin-vue-inspector": "^5.3.2",
"vitest": "^3.2.4",
"vue": "^3.5.21",
"vue-tsc": "^3.0.7",
"vuetify-nuxt-module": "^0.18.7"
},
"dependencies": {
"@pinia/nuxt": "^0.11.2",
"@vueuse/nuxt": "^13.9.0",
"comlink": "^4.4.2",
"mitt": "^3.0.1",
"nuxt-icons": "^3.2.1",
"vuetify": "~3.9.7"
}
}