-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 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
45
46
47
48
{
"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.0.1",
"@nuxt/icon": "^1.10.3",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "9.2.0",
"@vite-pwa/nuxt": "0.10.6",
"eslint": "^9.20.1",
"nuxt": "^3.15.4",
"nuxt-snackbar": "1.3.0",
"nuxt-svgo": "4.0.14",
"typescript": "~5.7.3",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0",
"vuetify-nuxt-module": "^0.18.3"
},
"dependencies": {
"@pinia/nuxt": "^0.10.1",
"@vueuse/nuxt": "^12.5.0",
"comlink": "^4.4.2",
"dexie": "^4.0.11",
"flexsearch": "^0.7.43",
"idb": "^8.0.2",
"install": "^0.13.0",
"jsstore": "^4.9.0",
"mitt": "^3.0.1",
"nuxt-icons": "^3.2.1",
"vuetify": "~3.7.12"
}
}