-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.5",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"dev": "nuxi dev",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tanstack/vue-query": "^5.40.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.16.0",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@vite-pwa/nuxt": "^0.8.0",
"@vueuse/nuxt": "^10.10.0",
"consola": "^3.2.3",
"eslint": "^9.4.0",
"eslint-plugin-format": "^0.1.1",
"nuxt": "^3.11.2",
"nuxt-api-party": "^2.0.5",
"nuxt-icon": "^0.6.10",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
}
}