-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "awesomeproject",
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@benjeau/react-native-draw": "^0.8.3",
"@expo/webpack-config": "^0.17.2",
"@nanopore/fast-ctc-decode": "^0.3.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-firebase/app": "^17.4.2",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow/tfjs": "^3.11.0",
"@tensorflow/tfjs-react-native": "^0.8.0",
"algebrite": "^1.4.0",
"convert-svg-to-png": "^0.6.4",
"expo": "~47.0.3",
"expo-camera": "~13.1.0",
"expo-gl": "~12.0.1",
"expo-gl-cpp": "^11.4.0",
"expo-media-library": "~15.0.0",
"expo-sharing": "~11.0.1",
"expo-status-bar": "~1.4.2",
"ml-matrix": "^6.10.4",
"nerdamer": "^1.1.13",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-document-picker": "^8.2.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-google-drive-api-wrapper": "^1.4.0",
"react-native-math-view": "^3.9.5",
"react-native-mathjax": "^2.1.2",
"react-native-svg": "13.4.0",
"react-native-view-shot": "3.4.0",
"react-native-web": "~0.18.9",
"react-native-webview": "^11.26.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"typescript": "^4.8.4"
},
"private": true
}