-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "webapp-nuxt",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .js,.ts,.vue,.json,.md",
"test": "nuxt test"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.53",
"@nuxt/devtools": "^0.7.4",
"@nuxt/test-utils": "^3.6.5",
"@nuxtjs/i18n": "8.0.0-beta.11",
"@nuxtjs/supabase": "^0.3.8",
"@pinia/nuxt": "^0.4.11",
"@types/node": "^20.4.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@unocss/nuxt": "^0.54.1",
"@unocss/reset": "^0.54.1",
"@unocss/transformer-directives": "^0.54.1",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"eslint": "^8.46.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.16.1",
"jsonc-eslint-parser": "^2.3.0",
"nuxt": "^3.6.5",
"pinia": "^2.1.4",
"sass": "^1.64.2",
"vitest": "^0.33.0"
}
}