-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 889 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
{
"name": "react-draftjs-render",
"version": "1.0.3",
"description": "React DraftJS render component",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ersagunkuruca/react-draftjs-render.git"
},
"keywords": [
"react",
"draftjs",
"react-native"
],
"author": "Ersagun Kuruca",
"license": "ISC",
"bugs": {
"url": "https://github.com/ersagunkuruca/react-draftjs-render/issues"
},
"homepage": "https://github.com/ersagunkuruca/react-draftjs-render#readme",
"peerDependencies": {
"react": "~16.5.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4"
}
}