-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"name": "react-native-tree-multi-select-example",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"@gorhom/showcase-template": "^4.0.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.15",
"@react-navigation/stack": "^6.3.17",
"@shopify/flash-list": "2.0.0-rc.10",
"babel-plugin-react-compiler": "beta",
"expo": "~53.0.17",
"expo-status-bar": "~2.2.3",
"lodash": "^4.17.21",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "^2.26.0",
"react-native-reanimated": "~3.17.5",
"react-native-safe-area-context": "^5.4.1",
"react-native-screens": "~4.11.1",
"react-native-web": "~0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/lodash": "^4.17.16",
"react-native-builder-bob": "^0.40.12"
},
"private": true
}