generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix . --ext .js,.vue,.ts",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@pinia-orm/nuxt": "^1.7.0",
"@pinia/nuxt": "^0.5.1",
"@tanstack/vue-query": "^5.15.0",
"@testing-library/jest-dom": "^6.1.4",
"axios": "^1.6.0",
"nuxt-icon": "^0.6.1",
"pinia": "^2.1.7",
"pinia-orm": "^1.7.2",
"sass": "^1.69.5",
"vite-plugin-vuetify": "^1.0.2",
"vuetify": "^3.3.23"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@nuxt/test-utils": "^3.8.0",
"@pinia/testing": "^0.1.3",
"@types/node": "^20.8.10",
"@types/webfontloader": "^1.6.36",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^22.1.0",
"local-ssl-proxy": "^2.0.5",
"msw": "^1.2.5",
"nuxt": "^3.8.0",
"typescript": "5.2.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22",
"webfontloader": "^1.6.28"
},
"volta": {
"node": "18.16.0",
"yarn": "4.0.0-rc.43"
}
}