-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.54 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
{
"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",
"build": "next build"
},
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@tensorflow-models/blazeface": "^0.0.5",
"@tensorflow-models/facemesh": "^0.0.1",
"@tensorflow-models/posenet": "^2.2.1",
"@tensorflow/tfjs": "^1.7.2",
"@tensorflow/tfjs-backend-wasm": "^1.7.2",
"@tensorflow/tfjs-converter": "^1.7.2",
"@tensorflow/tfjs-react-native": "^0.2.3",
"expo": "^37.0.0",
"expo-camera": "~8.2.0",
"expo-gl": "~8.1.0",
"expo-pixi": "^1.2.0",
"expo-three": "https://github.com/joelugh/expo-three/tarball/master",
"next": "^9.3.6-canary.9",
"next-images": "^1.4.0",
"react": "16.9.0",
"react-device-detect": "^1.11.14",
"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-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-view-shot": "3.1.2",
"react-native-web": "^0.11.7",
"three": "^0.115.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@expo/next-adapter": "^2.1.1",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"babel-preset-expo": "^8.1.0",
"performance-now": "^2.1.0",
"react-native-console-time-polyfill": "^1.2.1",
"typescript": "^3.8.3"
},
"private": true
}