-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 901 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 901 Bytes
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
{
"name": "flutter-brownfield-app",
"description": "Essential React Native brownfield integration in a template Flutter app",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "react-native start"
},
"dependencies": {
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-reanimated": "^3.13.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.32.0",
"react-native-webview": "^13.10.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4"
}