-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 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
68
69
70
71
72
73
74
75
{
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"debug:mac": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"debug:windows": "start 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"download-debug:windows": "start https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.8/rn-debugger-windows-x64.zip",
"download-debug:mac": "open 'https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.8/rn-debugger-macos-x64.zip'",
"deploy": "gh-pages -d web-build && expo publish",
"predeploy": "expo build:web && echo \"shcoop.wspace.ie\" > web-build/CNAME"
},
"homepage": "",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@eva-design/eva": "^2.0.0",
"@expo/webpack-config": "^0.12.11",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/native": "^5.3.0",
"@react-navigation/stack": "^5.4.1",
"@rossmacd/gamesock-client": "^0.4.1",
"@types/raygun4js": "^2.13.3",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"expo": "~37.0.9",
"expo-apple-authentication": "~2.1.0",
"expo-asset": "^8.1.7",
"expo-constants": "~9.0.0",
"expo-google-app-auth": "^8.1.0",
"expo-keep-awake": "~8.1.0",
"expo-payments-stripe": "~8.1.0",
"expo-splash-screen": "^0.2.3",
"expo-updates": "~0.2.0",
"formik": "^2.1.4",
"gh-pages": "^3.0.0",
"raygun4js": "^2.20.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"react-google-login": "^5.1.20",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.6.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-unimodules": "^0.9.1",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.12.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0",
"@types/node": "^13.13.5",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-redux": "^7.1.8",
"@types/yup": "^0.29.1",
"babel-preset-expo": "~8.1.0",
"typescript": "^3.8.3"
},
"private": true,
"name": "frontend"
}