-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "chicken-breed-identification",
"main": "index.js",
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"start": "expo start"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow-models/mobilenet": "2.1.0",
"@tensorflow/tfjs": "3.18.0",
"@tensorflow/tfjs-react-native": "0.8.0",
"expo": "^47.0.0",
"expo-camera": "~13.1.0",
"expo-file-system": "~15.1.1",
"expo-gl": "~12.0.1",
"expo-gl-cpp": "^11.3.0",
"expo-image-manipulator": "~11.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-canvas": "^0.1.39",
"react-native-fs": "2.14.1",
"react-native-gesture-handler": "~2.8.0",
"react-native-image-colors": "^2.3.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-webview": "11.23.1",
"use-image-color": "^0.0.9"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@expo/webpack-config": "^0.15.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-native-canvas": "^0.1.9",
"babel-preset-expo": "~8.3.0",
"jest-expo": "~41.0.0",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}