forked from wxik/react-native-rich-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
{
"name": "examples",
"version": "0.0.5",
"main": "index.js",
"license": "MIT",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"reset": "react-native start --reset-cache"
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.64.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-modal": "^12.1.0",
"react-native-webview": "11.13.0",
"@wxik/core": "^0.4.14"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@types/react": "^17.0.19",
"@types/react-native": "^0.64.13",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "^2.3.0"
},
"peerDependencies": {
"react-native-pell-rich-editor": "^1.7.0"
}
}