Skip to content

Commit fe0c9a5

Browse files
author
Dan Petranek
committed
Fix build
1 parent 420032f commit fe0c9a5

File tree

2 files changed

+1040
-452
lines changed

2 files changed

+1040
-452
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@
77
"url": "https://github.com/jpuri/html-to-draftjs.git"
88
},
99
"devDependencies": {
10+
"babel-core": "^6.26.0",
11+
"babel-loader": "^7.1.2",
12+
"babel-preset-env": "^1.6.1",
1013
"babel-preset-es2015": "^6.24.1",
1114
"babel-preset-react": "^6.24.1",
1215
"babel-preset-stage-0": "^6.24.1",
1316
"chai": "^4.1.2",
1417
"draft-js": "^0.10.3",
1518
"draftjs-to-html": "^0.7.5",
19+
"extract-text-webpack-plugin": "^3.0.1",
1620
"react": "^16.0.0",
1721
"react-dom": "^16.0.0",
1822
"react-draft-wysiwyg": "^1.10.12",
1923
"react-scripts": "1.0.14",
2024
"rimraf": "^2.6.2",
21-
"webpack": "^3.6.0"
25+
"webpack": "^3.8.1"
2226
},
2327
"peerDependencies": {
2428
"draft-js": "^0.9.x || ^0.10.x"

0 commit comments

Comments
 (0)