forked from wix-incubator/react-native-zss-rich-text-editor
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 869 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
{
"name": "@mikeljames/react-native-zss-rich-text-editor",
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-zss-rich-text-editor.git"
},
"version": "1.1.3",
"description": "React Native Wrapper for ZSSRichTextEditor",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"react-native-webview-bridge-updated": "^1.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.31.0",
"styled-components": "^3.3.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"styled-components": "^3.3.0"
},
"scripts": {
"lint": "eslint ."
}
}