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 420032f commit fe0c9a5Copy full SHA for fe0c9a5
package.json
@@ -7,18 +7,22 @@
7
"url": "https://github.com/jpuri/html-to-draftjs.git"
8
},
9
"devDependencies": {
10
+ "babel-core": "^6.26.0",
11
+ "babel-loader": "^7.1.2",
12
+ "babel-preset-env": "^1.6.1",
13
"babel-preset-es2015": "^6.24.1",
14
"babel-preset-react": "^6.24.1",
15
"babel-preset-stage-0": "^6.24.1",
16
"chai": "^4.1.2",
17
"draft-js": "^0.10.3",
18
"draftjs-to-html": "^0.7.5",
19
+ "extract-text-webpack-plugin": "^3.0.1",
20
"react": "^16.0.0",
21
"react-dom": "^16.0.0",
22
"react-draft-wysiwyg": "^1.10.12",
23
"react-scripts": "1.0.14",
24
"rimraf": "^2.6.2",
- "webpack": "^3.6.0"
25
+ "webpack": "^3.8.1"
26
27
"peerDependencies": {
28
"draft-js": "^0.9.x || ^0.10.x"
0 commit comments