-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
61 lines (61 loc) · 1.82 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
{
"private": true,
"name": "expo-mega-demo",
"version": "0.1.0",
"scripts": {
"postinstall": "patch-package",
"android": "yarn run run:android",
"ios": "yarn run run:ios",
"start": "npx expo start --dev-client",
"prebuild": "npx expo prebuild",
"prebuild:clean": "npx yarn run prebuild --clean",
"run:ios": "npx expo run:ios -d",
"run:android": "npx expo run:android -d"
},
"expo": {
"autolinking": {
"nativeModulesDir": "./custom_native_modules"
}
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "^1.0.2",
"@eva-design/eva": "^2.1.1",
"@react-native-community/slider": "4.2.1",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@ui-kitten/components": "^5.1.1",
"@ui-kitten/eva-icons": "^5.1.1",
"buffer": "^6.0.3",
"colorsys": "https://github.com/netbeast/colorsys.git",
"expo": "^45.0.1",
"expo-av": "~11.2.3",
"expo-dev-client": "~0.9.5",
"expo-gl": "~11.3.0",
"expo-gl-cpp": "~11.3.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"gl-react": "^5.0.0",
"gl-react-expo": "^5.0.0",
"immer": "^9.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.1",
"react-native-ble-plx": "^2.0.3",
"react-native-gesture-handler": "~2.2.0",
"react-native-reanimated": "~2.8.0",
"react-native-redash": "^16.2.2",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-web": "0.17.7",
"zustand": "^3.5.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"patch-package": "^6.4.7",
"typescript": "~4.3.5"
}
}