forked from AprilSylph/XKit-Rewritten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
{
"license": "GPL-3.0",
"repository": "github:AprilSylph/XKit-Rewritten",
"scripts": {
"test": "web-ext lint",
"posttest": "eslint src/",
"start": "web-ext run",
"build": "web-ext build"
},
"devDependencies": {
"chrome-webstore-upload-cli": "^2.2.0",
"eslint": "^8.39.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^43.1.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"web-ext": "^7.6.2"
},
"dependencies": {
"jquery": "^3.6.4",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"remixicon": "^3.2.0",
"spectrum-colorpicker": "^1.8.1",
"webextension-polyfill": "^0.10.0"
},
"webExt": {
"sourceDir": "src/",
"build": {
"overwriteDest": true
}
}
}