-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@nuxtjs/supabase": "^1.1.5",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/jest": "^29.5.11",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"happy-dom": "^13.3.4",
"jsdom": "^24.0.0",
"nuxt": "^3.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"vitest-environment-nuxt": "^1.0.0",
"vue": "^3.4.14",
"vue-router": "^4.2.5",
"vue-router-mock": "^1.0.0",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@nuxt/ui-pro": "^0.7.3",
"@pinia/nuxt": "^0.5.1",
"@pinia/testing": "^0.1.3",
"pinia": "^2.1.7",
"unplugin-auto-import": "^0.17.5"
}
}