forked from react-native-toolkit/react-native-draftjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "react-native-draftjs-editor",
"version": "0.0.2",
"description": "A full fledged React Native Rich Text editor based on draft.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [
"react",
"react-native",
"draftjs",
"rich-text-editor"
],
"author": "DaniAkash <s.daniakash@gmail.com> (https://github.com/DaniAkash)",
"repository": "DaniAkash/react-native-draftjs",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-native-webview": "^5.12.1",
"prop-types": "^15.7.2",
"react-native": "^0.60.4"
},
"devDependencies": {
"husky": "^3.0.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
}
}