|
5 | 5 | "start": "webpack-dev-server --port 3000 --inline --hot --config ./webpack.config"
|
6 | 6 | },
|
7 | 7 | "devDependencies": {
|
8 |
| - "babel-cli": "^6.18.0", |
9 | 8 | "babel-core": "^6.7.6",
|
10 |
| - "babel-eslint": "^7.1.1", |
11 | 9 | "babel-loader": "^6.2.4",
|
12 |
| - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
13 |
| - "babel-plugin-webpack-loaders": "^0.9.0", |
14 |
| - "babel-polyfill": "^6.13.0", |
15 | 10 | "babel-preset-es2015": "^6.6.0",
|
16 | 11 | "babel-preset-react": "^6.5.0",
|
17 | 12 | "babel-preset-stage-0": "^6.5.0",
|
18 |
| - "babel-register": "^6.7.2", |
19 |
| - "babel-runtime": "^6.6.1", |
20 | 13 | "css-loader": "^0.26.1",
|
21 | 14 | "html-webpack-plugin": "^2.16.0",
|
22 | 15 | "style-loader": "^0.13.2",
|
|
26 | 19 | "dependencies": {
|
27 | 20 | "draft-js": "0.10.1",
|
28 | 21 | "draft-js-buttons-plugin": "^1.2.0",
|
| 22 | + "draft-js-divider-plugin": "^0.2.1", |
29 | 23 | "draft-js-image-plugin": "2.0.0-rc2",
|
30 | 24 | "draft-js-plugins-editor": "2.0.0-rc2",
|
31 | 25 | "draft-js-resizeable-plugin": "2.0.0-rc2",
|
|
0 commit comments