forked from AprilSylph/XKit-Rewritten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1009 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
{
"license": "GPL-3.0",
"repository": "github:AprilSylph/XKit-Rewritten",
"scripts": {
"test": "eslint . && web-ext lint",
"lint-webextension": "web-ext lint",
"build-webextension": "web-ext build",
"sign-webextension": "web-ext sign",
"webstore-upload": "chrome-webstore-upload upload --source=src/ --auto-publish"
},
"devDependencies": {
"chrome-webstore-upload-cli": "^2.0.1",
"eslint": "^7.32.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.1.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"web-ext": "^6.8.0"
},
"dependencies": {
"jquery": "^3.6.0",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"remixicon": "^2.5.0",
"spectrum-colorpicker": "^1.8.1",
"webextension-polyfill": "^0.9.0"
},
"webExt": {
"sourceDir": "src/",
"build": {
"overwriteDest": true
}
}
}