File tree Expand file tree Collapse file tree 2 files changed +7520
-367
lines changed Expand file tree Collapse file tree 2 files changed +7520
-367
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-zss-rich-text-editor" ,
3
- "repository" : {
4
- "type" : " git" ,
5
- "url" : " https://github.com/wix/react-native-zss-rich-text-editor.git"
6
- },
7
- "version" : " 1.3.2" ,
8
- "description" : " React Native Wrapper for ZSSRichTextEditor" ,
9
- "main" : " index.js" ,
10
- "license" : " SEE LICENSE IN LICENSE" ,
11
- "scripts" : {
12
- "prettier" : " prettier --write *.js src/**/*.js '{example,__{tests,mocks}__}/**/*.js'"
13
- },
14
- "peerDependencies" : {
15
- "react" : " *" ,
16
- "react-native" : " >=0.61.0" ,
17
- "react-native-webview" : " *"
18
- },
19
- "devDependencies" : {
20
- "prettier" : " ^1.19.1"
21
- }
2
+ "name" : " react-native-zss-rich-text-editor" ,
3
+ "repository" : {
4
+ "type" : " git" ,
5
+ "url" : " https://github.com/wix/react-native-zss-rich-text-editor.git"
6
+ },
7
+ "version" : " 1.3.2" ,
8
+ "description" : " React Native Wrapper for ZSSRichTextEditor" ,
9
+ "main" : " index.js" ,
10
+ "license" : " SEE LICENSE IN LICENSE" ,
11
+ "scripts" : {
12
+ "prettier" : " prettier --write *.js src/**/*.* '{example,__{tests,mocks}__}/**/*.js'"
13
+ },
14
+ "peerDependencies" : {
15
+ "react" : " *" ,
16
+ "react-native" : " >=0.61.0" ,
17
+ "react-native-webview" : " *"
18
+ },
19
+ "devDependencies" : {
20
+ "prettier" : " ^1.19.1"
21
+ }
22
22
}
You can’t perform that action at this time.
0 commit comments