-
Notifications
You must be signed in to change notification settings - Fork 333
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
39
{
"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": {
"@guc/core": "^0.6.0",
"react": "18.2.0",
"react-native": "0.71.19",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-modal": "^13.0.2",
"react-native-pell-rich-editor": "link:../",
"react-native-webview": "^13.15.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-function-bind": "^7.27.1",
"@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.27.6",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.3",
"@types/react": "^18.0.37",
"@types/react-native": "^0.71.13",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.1",
"metro-react-native-babel-preset": "0.73.10",
"prettier": "^3.6.2",
"typescript": "5.8.3"
},
"jest": {
"preset": "react-native"
}
}