forked from wxik/react-native-rich-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "examples",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"reset": "react-native start --reset-cache"
},
"dependencies": {
"@wxik/core": "^0.5.5",
"react": "18.2.0",
"react-native": "0.71.5",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-modal": "^13.0.1",
"react-native-webview": "11.26.1"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-function-bind": "^7.18.9",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.21.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.3",
"@types/react": "^18.0.31",
"@types/react-native": "^0.71.5",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.37.0",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "^2.8.7",
"typescript": "4.9.5"
},
"jest": {
"preset": "react-native"
}
}