forked from jpuri/html-to-draftjs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@23/html-to-draftjs",
"version": "1.4.0",
"main": "dist/html-to-draftjs.js",
"repository": {
"type": "git",
"url": "https://github.com/23/html-to-draftjs.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"draft-js": "^0.10.4",
"draftjs-to-html": "^0.7.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.10.12",
"react-scripts": "1.0.17",
"rimraf": "^2.6.2",
"webpack": "^3.9.1"
},
"peerDependencies": {
"immutable": "3.x.x || 4.x.x",
"draft-js": "^0.10.x"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"clean": "rimraf dist",
"build": "npm run clean && webpack --config config/webpack.config.js"
},
"author": "Jyoti Puri",
"license": "MIT"
}