-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.14 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
{
"repository": {
"type": "git",
"url": "[email protected]:olore/blind-review.git"
},
"license": "MIT",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"release:amo": "cd distribution && webext submit",
"release:cws": "cd distribution && webstore upload --auto-publish",
"release": "run-s build update-version save-url release:*"
},
"dependencies": {
"dom-chef": "^3.2.0",
"dom-loaded": "^1.0.1",
"element-ready": "^3.0.0",
"lodash.debounce": "^4.0.8",
"selector-observer": "^2.0.0",
"webextension-polyfill": "^0.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-unicode-property-regex": "^2.0.5",
"copy-webpack-plugin": "^4.5.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"web-ext": "^2.7.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
}
}