-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
{
"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-async-storage/async-storage": "^1.13.2",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.6",
"@teachablemachine/pose": "^0.8.6",
"@tensorflow-models/blazeface": "0.0.5",
"@tensorflow-models/coco-ssd": "^2.1.0",
"@tensorflow-models/posenet": "^2.2.1",
"@tensorflow/tfjs": "^2.0.0",
"@tensorflow/tfjs-react-native": "^0.3.0",
"axios": "^0.20.0",
"expo": "^38.0.10",
"expo-av": "~8.2.1",
"expo-camera": "~8.3.1",
"expo-font": "~8.2.1",
"expo-gl": "~8.3.1",
"moment": "^2.29.1",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-appearance": "^0.3.4",
"react-native-countdown-circle-timer": "^2.3.10",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "~1.6.0",
"react-native-oss-license": "^0.1.3",
"react-native-progress": "^4.1.2",
"react-native-progress-circle": "^2.1.0",
"react-native-responsive-fontsize": "^0.5.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-screens": "^2.16.1",
"react-native-svg": "^12.1.0",
"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.10.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@types/react": "~16.9.41",
"@types/react-native": "~0.62.13",
"babel-preset-expo": "~8.1.0",
"typescript": "~3.9.5"
},
"private": true,
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}