forked from aclap-dev/weh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.2 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
{
"name": "weh",
"version": "2.4.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": "[email protected]",
"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-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"bootstrap": "4.1.3",
"css-loader": "2.1.1",
"file-loader": "0.11.2",
"gulp": "4.0.2",
"gulp-babel": "6.1.3",
"gulp-clean": "0.3.2",
"gulp-coffee": "2.3.5",
"gulp-debug": "3.2.0",
"gulp-ejs": "3.1.2",
"gulp-filter": "5.1.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.4.1",
"json-stable-stringify": "1.0.1",
"lazypipe": "1.0.1",
"merge-stream": "1.0.1",
"npm": "6.9.0",
"popper.js": "1.12.9",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-json-view": "1.16.1",
"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": "0.18.2",
"through2": "2.0.3",
"typescript": "2.7.2",
"uglifyjs-webpack-plugin": "1.2.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": "3.11.0",
"webpack-stream": "5.2.1",
"yargs": "6.6.0"
}
}