-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "webext-github1s",
"displayName": "GitHub1s",
"version": "0.0.2",
"private": true,
"description": "⚡️ 1s to GitHub1s!",
"keywords": [
"webextension",
"chrome",
"github",
"github1s"
],
"license": "MIT",
"author": "zz",
"scripts": {
"dev": "vite",
"build": "vite build",
"pack": "vite build && crx pack dist -o ./dist/extension.crx",
"start": "web-ext run --source-dir ./dist --target=chromium",
"lint": "eslint .",
"release": "bumpp --commit --push --tag"
},
"dependencies": {
"vue": "^3.2.37"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.12",
"@holazz/eslint-config": "^1.2.2",
"@holazz/eslint-config-prettier": "^1.2.2",
"@types/chrome": "^0.0.190",
"@vitejs/plugin-vue": "^2.3.3",
"bumpp": "^8.2.1",
"crx": "^5.0.1",
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.41.0",
"unplugin-auto-import": "^0.9.1",
"vite": "^2.9.12",
"web-ext": "^7.1.0"
}
}