-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "newnativeplantapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"typescript": "^5.1.3",
"@types/react": "~18.2.14",
"@tensorflow/tfjs-node": "^4.12.0",
"expo-file-system": "^15.6.0",
"expo-image-picker": "^14.5.0",
"expo-modules-core": "^1.5.11",
"expo-camera": "13.6.0",
"@react-native-async-storage/async-storage": "1.19.3",
"expo-gl": "13.2.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-camera": "4.2.1",
"react-native-fs": "^2.20.0",
"react-native-image-crop-picker": "^0.40.0",
"@react-native/metro-config": "^0.72.11",
"@tensorflow/tfjs": "^3.0.0",
"jpeg-js": "0.4.4",
"@tensorflow/tfjs-react-native": "0.8.0",
"@tensorflow-models/mobilenet": "2.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}