-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
93 lines (93 loc) · 2.33 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "weh",
"version": "2.14.0",
"description": "Toolkit for developing WebExtensions add-ons on Firefox, Chrome, Edge, Opera and Vivaldi",
"keywords": [
"webextensions",
"add-on",
"browser extension",
"extension",
"chrome",
"firefox",
"opera",
"vivaldi",
"edge",
"react",
"redux"
],
"homepage": "https://github.com/mi-g/weh",
"bugs": {
"url": "https://github.com/mi-g/weh/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Michel Gutierrez",
"email": "michel.gutierrez@gmail.com",
"url": "https://github.com/mi-g"
},
"repository": {
"type": "git",
"url": "https://github.com/mi-g/weh.git"
},
"bin": {
"weh": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/core": "^7.14.3",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"bootstrap": "4.3.1",
"css-loader": "^2.1.1",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.3",
"gulp-clean": "^0.4.0",
"gulp-coffee": "^2.3.5",
"gulp-debug": "^3.2.0",
"gulp-ejs": "^3.1.2",
"gulp-filter": "^7.0.0",
"gulp-if": "^2.0.2",
"gulp-install": "^1.1.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-typescript": "^5.0.1",
"gulp4-run-sequence": "^0.3.3",
"install": "^0.10.4",
"jquery": "^3.5.0",
"json-stable-stringify": "^1.0.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.1",
"npm": "^6.14.13",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-dom": "^16.14.0",
"react-json-view": "^1.21.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-logger": "^3.0.6",
"run-sequence": "^2.2.1",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.2",
"through2": "^2.0.3",
"typescript": "^2.7.2",
"url-loader": "^1.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-named": "^1.1.0",
"vinyl-source-stream": "^1.1.2",
"vinyl-string": "^1.0.2",
"webextension-polyfill": "^0.1.2",
"webpack": "^5.74.0",
"webpack-stream": "^6.1.2",
"yargs": "^17.0.1"
}
}