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 5ab5dae commit c86cd31Copy full SHA for c86cd31
package.json
@@ -29,6 +29,11 @@
29
},
30
"homepage": "https://github.com/easy-webpack/config-offline#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
"greenkeeper-postpublish": "^1.0.1",
39
"rimraf": "^2.5.4",
@@ -39,12 +44,6 @@
44
"typescript": "^2.0.6"
40
45
41
46
"dependencies": {
42
- "@types/debug": "^0.0.29",
43
- "@types/lodash": "^4.14.37",
- "@types/node": "^6.0.46",
- "@types/source-map": "^0.1.28",
- "@types/uglify-js": "^2.6.28",
47
- "@types/webpack": "^1.12.35",
48
"offline-plugin": "^3.4.2"
49
50
"peerDependencies": {
0 commit comments