-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1002 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
33
34
35
{
"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": {
"@react-native-community/async-storage": "^1.10.0",
"@tensorflow/tfjs": "^1.7.4",
"@tensorflow/tfjs-react-native": "^0.2.3",
"expo": "~37.0.3",
"expo-asset-utils": "^1.2.0",
"expo-camera": "~8.2.0",
"expo-gl": "~8.1.0",
"expo-graphics": "^1.1.0",
"expo-three": "^5.4.0",
"expo-three-ar": "0.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-easy-toast": "^1.2.0",
"react-native-fs": "^2.16.6",
"react-native-web": "~0.11.7",
"react-native-webview": "^9.4.0",
"three": "^0.116.1"
},
"devDependencies": {
"babel-preset-expo": "~8.1.0",
"@babel/core": "^7.8.6"
},
"private": true
}