-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
40
41
42
43
44
45
46
{
"name": "ji-wysiwyg-editor",
"version": "0.1.9",
"description": "JI Wysiwyg Editor",
"main": "dist/ji-wysiwyg-editor.js",
"scripts": {
"build": "npm run clean && npm run build:webpack",
"build-storybook": "build-storybook",
"build:webpack": "NODE_ENV=production webpack --config config/webpack.config.js",
"clean": "rimraf dist",
"storybook": "start-storybook -p 6006"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jewish-interactive/ji-wysiwyg-editor.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jewish-interactive/ji-wysiwyg-editor/issues"
},
"homepage": "https://github.com/jewish-interactive/ji-wysiwyg-editor#readme",
"dependencies": {
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-to-draftjs": "^1.4.0",
"react-draft-wysiwyg": "^1.12.20"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@storybook/addon-actions": "^4.1.4",
"@storybook/addon-links": "^4.1.4",
"@storybook/addons": "^4.1.4",
"@storybook/react": "^4.1.4",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"precss": "^4.0.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1"
}
}