-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 848 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "^48.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-web": "~0.18.11",
"d3-shape": "1.2.0",
"expo-camera": "~13.2.1",
"react-linechart": "1.1.12",
"react-native-svg": "13.4.0",
"expo-face-detector": "~12.1.1",
"react-native-paper": "3.1.1",
"react-native-snackbar": "2.2.0",
"react-native-is-iphonex": "1.0.1",
"react-native-svg-charts": "5.3.0",
"react-native-simple-toast": "1.0.0"
},
"devDependencies": {
"babel-preset-expo": "^9.3.0",
"@babel/core": "^7.20.0"
},
"private": true
}