forked from imnapo/react-native-cn-richtext-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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
51
52
{
"name": "react-native-cn-richtext-editor",
"version": "1.0.42",
"description": "RichText Editor for React-Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src"
},
"dependencies": {
"diff-match-patch": "^1.0.4",
"immutability-helper": "^2.8.1",
"lodash": "^4.17.15",
"shortid": "^2.2.14",
"xmldom": "^0.1.27"
},
"peerDependencies": {
"react": "^16.6.1",
"react-native": "^0.57.5"
},
"keywords": [
"react",
"react-native",
"rich-text",
"editor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imnapo/react-native-cn-richtext-editor.git"
},
"contributors": [
"Christ Kho <[email protected]> (http://learncode.net)",
"Narbe HS <[email protected]> (http://learncode.net)"
],
"author": "Narbe HS <[email protected]> (http://learncode.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/imnapo/react-native-cn-richtext-editor/issues"
},
"homepage": "https://github.com/imnapo/react-native-cn-richtext-editor#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}