We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e59d2c commit dd2affeCopy full SHA for dd2affe
1 file changed
package.json
@@ -62,24 +62,24 @@
62
],
63
"devDependencies": {
64
"clean-webpack-plugin": "^0.1.19",
65
+ "dts-dom": "^3.2.0",
66
"eslint": "^4.19.1",
67
"eslint-plugin-es5": "^1.3.1",
68
"fs-extra": "^6.0.1",
69
+ "jsdoc": "^3.6.1",
70
"node-sloc": "^0.1.11",
71
"uglifyjs-webpack-plugin": "^1.3.0",
72
"vivid-cli": "^1.1.2",
73
"webpack": "^4.23.0",
74
"webpack-cli": "^3.1.1",
- "webpack-shell-plugin": "^0.5.0"
75
+ "webpack-shell-plugin": "^0.5.0",
76
+ "typescript": "^3.4.5"
77
},
78
"dependencies": {
- "dts-dom": "^3.2.0",
79
"eventemitter3": "^3.1.0",
80
"exports-loader": "^0.7.0",
81
"imports-loader": "^0.8.0",
- "jsdoc": "^3.6.1",
82
"path": "^0.12.7",
- "remove-files-webpack-plugin": "^1.1.3",
83
- "typescript": "^3.4.5"
+ "remove-files-webpack-plugin": "^1.1.3"
84
}
85
0 commit comments