-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 964 Bytes
/
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
{
"name": "rich-editor-suggestion",
"version": "1.2.0",
"description": "Rich editor for reactjs powered by draftjs",
"main": "src/rich-editor.jsx",
"keywords": [
"editor",
"reactjs",
"rich-editor",
"suggestion"
],
"scripts": {
"dev": "./node_modules/webpack/bin/webpack.js -d",
"build": "./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js -d --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ataiemajid63/rich-editor.git"
},
"author": "Majid Ataee",
"license": "MIT",
"dependencies": {
"draft-js": "^0.10.5",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}