-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "ventoux",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"lint": "eslint .",
"test": "vitest",
"test:ui": "vitest --ui",
"test:e2e": "pnpm exec playwright test",
"test:e2e:debug": "PWDEBUG=1 pnpm exec playwright test",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@vueuse/head": "^0.7.6",
"vue": "^3.2.25",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@iconify-json/gg": "^1.1.2",
"@playwright/test": "^1.22.2",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitest/ui": "^0.16.0",
"@vue/test-utils": "2.0.0-rc.18",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.1",
"happy-dom": "^5.3.0",
"histoire": "0.8.2",
"typescript": "^4.5.4",
"unocss": "^0.39.0",
"unplugin-vue-components": "^0.19.6",
"vite": "3.0.0",
"vite-plugin-pages": "^0.24.0",
"vitest": "^0.18.0",
"vue-tsc": "^0.34.7"
}
}