-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
51 lines (51 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
{
"name": "surfingkeys-conf",
"version": "1.1.0",
"description": "A custom SurfingKeys configuration which adds some nice features.",
"main": "conf.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "npm exec gulp --",
"lint": "eslint src gulpfile.js webpack.config.js",
"build": "npm run gulp build"
},
"repository": {
"type": "git",
"url": "github.com/b0o/surfingkeys-conf"
},
"keywords": [
"surfingkeys",
"chrome-extension",
"configuration"
],
"author": "Maddison Hellstrom (https://github.com/b0o)",
"contributors": [],
"license": "MIT",
"dependencies": {
"dompurify": "^2.4.1",
"github-reserved-names": "^2.0.4",
"uhtml": "^3.1.0"
},
"devDependencies": {
"del": "^7.0.0",
"eslint": "8.27.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.18.2",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"node-fetch": "^3.3.0",
"platform-folders": "^0.6.0",
"to-string-loader": "^1.2.0",
"unicode": "^14.0.0",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0"
},
"peerDependencies": {
"object-assign": "^4.1.1"
}
}