-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 928 Bytes
/
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
{
"name": "vitest-vue-e2e-browser",
"private": true,
"type": "module",
"packageManager": "pnpm@8.6.3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e": "vitest"
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/ni": "^0.21.4",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/browser": "file:vitest-browser-0.32.2.tgz",
"eslint": "^8.43.0",
"@types/node": "^20.3.2",
"typescript": "^5.1.3",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vitest": "file:vitest-0.32.2.tgz",
"vue-tsc": "^1.8.2"
},
"stackblitz": {
"startCommand": "pnpm run test:e2e"
}
}