-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "esvbible",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"expo": {
"packageManager": "npm"
},
"dependencies": {
"@expo/config-plugins": "~9.0.0",
"@expo/prebuild-config": "~8.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"adb": "^0.2.0",
"d3": "^7.8.2",
"expo": "^52.0.11",
"expo-dev-client": "~5.0.4",
"expo-navigation-bar": "~4.0.4",
"expo-screen-orientation": "~8.0.0",
"expo-status-bar": "~2.0.0",
"metro": "^0.81.0",
"metro-config": "0.81.0",
"metro-core": "0.81.0",
"metro-resolver": "0.81.0",
"papaparse": "^5.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-modal": "^3.16.1",
"react-native": "0.76.3",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13",
"synchronized-promise": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/node": "^18.15.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"react-native-polyfill-globals": "^3.1.0"
},
"private": true
}