-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.71 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"testEnvironment": "node",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|tensorflow|@tensorflow/.*|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@firebase/firestore": "^1.11.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.7.1",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs": "^2.8.5",
"@tensorflow/tfjs-converter": "^1.7.4",
"@tensorflow/tfjs-core": "^2.8.5",
"@tensorflow/tfjs-react-native": "^0.5.0",
"@testing-library/jest-native": "^4.0.0",
"@types/jest": "^26.0.21",
"babel-jest": "^25.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"core-js": "^3.8.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"expo": "^39.0.5",
"expo-camera": "~9.0.0",
"expo-constants": "~9.2.0",
"expo-file-system": "^9.2.0",
"expo-gl": "~9.1.1",
"expo-image-picker": "~9.1.1",
"expo-permissions": "~9.3.0",
"expo-status-bar": "^1.0.3",
"firebase": "^8.3.1",
"jest": "^25.5.4",
"jest-expo": "^40.0.2",
"jpeg-js": "^0.4.3",
"react": "^16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-binary-file": "^1.1.0",
"react-native-camera-tflite": "0.0.3",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.7.0",
"react-native-image-picker": "^0.28.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^8.1.0",
"react-native-viewport-units": "^0.0.5",
"react-native-web": "~0.13.7",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.11.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@testing-library/react": "^11.2.5",
"@testing-library/react-native": "^7.2.0",
"enzyme-to-json": "^3.6.1",
"react-test-renderer": "^16.13.1"
},
"private": true
}