-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.24 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
68
69
70
71
72
73
74
75
76
77
{
"name": "fiit-mtaa-app-frontend",
"version": "1.0.0",
"description": "APP",
"license": "MIT",
"contributors": [
{
"name": "PeterSkriba",
"email": "[email protected]"
},
{
"name": "fcaplak",
"email": "[email protected]"
}
],
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@apollo/client": "^3.3.13",
"@apollo/react-hooks": "^4.0.0",
"@expo-google-fonts/rubik": "^0.1.0",
"@react-native-async-storage/async-storage": "^1.15.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "^1.15.0",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@shopify/restyle": "^1.4.0",
"apollo-link-rest": "^0.8.0-beta.0",
"expo": "~40.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.2.1",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-status-bar": "~1.0.3",
"firebase": "^8.4.2",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"graphql-anywhere": "^4.2.7",
"luxon": "^1.26.0",
"qs": "^6.10.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-dotenv": "^2.5.3",
"react-native-gesture-handler": "~1.8.0",
"react-native-get-random-values": "^1.7.0",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-shadow": "^1.2.2",
"react-native-svg": "^12.1.1-0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-web": "~0.13.12",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/luxon": "^1.26.4",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-dotenv": "^0.2.0",
"@types/uuid": "^8.3.0",
"@types/yup": "^0.29.11",
"typescript": "~4.0.0"
},
"private": true
}