-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.4 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"prep-tests": "scripts/prep_tests.sh",
"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.1",
"@tensorflow-models/blazeface": "0.0.5",
"@tensorflow-models/deeplab": "^0.1.1",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow-models/posenet": "^2.2.1",
"@tensorflow/tfjs": "^1.7.4",
"@tensorflow/tfjs-react-native": "^0.2.3",
"expo": "~37.0.3",
"expo-asset": "~8.1.5",
"expo-camera": "~8.2.0",
"expo-gl": "~8.1.0",
"expo-image-manipulator": "~8.1.0",
"jasmine-core": "^3.5.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-fs": "^2.16.6",
"react-native-svg": "11.0.1",
"react-native-web": "~0.11.7",
"react-native-windows": "^0.61.9"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@tensorflow/tfjs-core": "^1.7.4",
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.9",
"@types/react-native-fs": "^2.13.0",
"metro-react-native-babel-preset": "^0.59.0",
"tslint": "^6.1.2",
"tslint-no-circular-imports": "^0.7.0",
"typescript": "^3.9.2"
},
"private": true
}