-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
67 lines (67 loc) · 2.67 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "EXPO_LEGACY_IMPORTS=1 expo start",
"expo:watch": "EXPO_LEGACY_IMPORTS=1 expo start",
"shadow:watch": "shadow-cljs watch app",
"shadow:release": "shadow-cljs release app",
"web": "EXPO_LEGACY_IMPORTS=1 expo start --web",
"android": "EXPO_LEGACY_IMPORTS=1 expo start --android",
"ios": "EXPO_LEGACY_IMPORTS=1 expo start --ios",
"pub": "shadow-cljs release app && expo publish",
"eject": "expo eject",
"dev": "run-p -l *:watch"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "1.16.1",
"@react-navigation/bottom-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.2",
"@splitbee/react-native": "^0.2.2",
"expo": "^42.0.3",
"expo-blur": "~9.0.3",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-haptics": "~10.1.0",
"expo-notifications": "~0.12.3",
"expo-task-manager": "~9.2.2",
"humanize-duration": "^3.27.0",
"native-base": "^3.0.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^7.12.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-autocomplete-input": "mrlaessig/react-native-autocomplete-input",
"react-native-draggable-flatlist": "^2.6.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-input-spinner": "^1.7.11",
"react-native-modalize": "^2.0.8",
"react-native-portalize": "^1.0.7",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "~3.4.0",
"react-native-simple-time-picker": "^1.3.7",
"react-native-svg": "12.1.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-swipeable-item": "^1.5.7",
"react-native-web": "~0.13.12",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"smart-timeout": "^2.5.2",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@expo/webpack-config": "~0.12.63",
"@types/react": "^17.0.15",
"@types/react-native": "~0.63.2",
"babel-preset-expo": "8.3.0",
"npm-run-all": "^4.1.5",
"shadow-cljs": "^2.15.2",
"typescript": "~4.0.0"
},
"private": true
}