We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1aa9c commit daf99e9Copy full SHA for daf99e9
package.json
@@ -29,6 +29,11 @@
29
},
30
"homepage": "https://github.com/easy-webpack/config-electron-main#readme",
31
"devDependencies": {
32
+ "@types/debug": "0.0.29",
33
+ "@types/lodash": "^4.14.38",
34
+ "@types/node": "^6.0.46",
35
+ "@types/source-map": "^0.1.29",
36
+ "@types/webpack": "^1.12.35",
37
"ava": "^0.16.0",
38
"rimraf": "^2.5.4",
39
"semantic-release": "^4.3.5",
@@ -38,12 +43,6 @@
43
"typescript": "^2.0.6"
44
40
45
"dependencies": {
41
- "@types/debug": "^0.0.29",
42
- "@types/lodash": "^4.14.37",
- "@types/node": "^6.0.46",
- "@types/source-map": "^0.1.28",
- "@types/uglify-js": "^2.6.28",
46
- "@types/webpack": "^1.12.35",
47
"source-map-support": "^0.4.5"
48
49
"peerDependencies": {
0 commit comments