-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 885 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
{
"name": "cache-bearer",
"version": "0.0.2",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-vue": "^2.3.0",
"@vitest/coverage-istanbul": "^0.27.2",
"@vue/test-utils": "^2.2.7",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.8.0",
"happy-dom": "^8.1.5",
"sass": "^1.57.1",
"typescript": "*",
"vite": "^3.0.9",
"vite-plugin-crx-mv3": "workspace:*",
"vitest": "^0.27.2",
"vue-tsc": "^0.40.13"
},
"license": "MIT"
}