forked from mkhstar/suneditor-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
47
48
49
50
{
"name": "suneditor-react",
"version": "2.6.8",
"description": "A React Component for Suneditor",
"repository": {
"type": "git",
"url": "https://github.com/mkhstar/suneditor-react"
},
"main": "dist/main.js",
"scripts": {
"build": "rm -rf dist && webpack",
"start": "parcel src/index.html"
},
"keywords": [
"editor",
"wysiwyg",
"suneditor",
"text-editor",
"word",
"react"
],
"author": "Kusi Musah Hussein",
"license": "MIT",
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"parcel-bundler": "^1.12.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"prop-types": "^15.7.2",
"suneditor": "^2.25.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 10"
]
}