-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.21 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.21 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"frontend": "yarn start",
"start": "expo start",
"test": "mocha ./server/test",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"@react-native-community/push-notification-ios": "^1.0.2",
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.14",
"@types/node": "^12.7.4",
"@types/request": "^2.48.2",
"@types/websocket": "^0.0.40",
"array-hash-conversion": "^1.0.2",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"eslint": "^6.3.0",
"expo": "^34.0.1",
"expo-constants": "~6.0.0",
"expo-image-picker": "~6.0.0",
"expo-location": "~6.0.0",
"expo-permissions": "~6.0.0",
"form-data": "^2.5.1",
"global": "^4.4.0",
"graphql": "^14.5.4",
"graphql-tag": "^2.10.1",
"lottie-react-native": "^3.1.1",
"moment": "^2.24.0",
"path": "^0.12.7",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-animated-loader": "^0.0.8",
"react-native-elements": "^1.2.0",
"react-native-modal": "^11.3.1",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-navigation": "^2.27.9",
"react-native-photo-upload": "^1.3.0",
"react-native-push-notification": "^3.1.9",
"react-native-switch-selector": "^1.1.14",
"react-native-typescript-transformer": "^1.2.13",
"react-native-web": "^0.11.4",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"subscriptions-transport-ws": "^0.9.16",
"ts-node": "^8.3.0",
"ts-node-dev": "^1.0.0-pre.42",
"universal-websocket-client": "^1.0.2",
"websocket": "^1.0.29",
"ws": "^7.1.2"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.10",
"@types/react-test-renderer": "^16.9.0",
"babel-preset-expo": "^6.0.0",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"supertest": "^4.0.2",
"typescript": "^3.6.2"
},
"private": true
}