-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "demo_js",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~27.0.0",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.3.1",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'",
"postinstall": "rndebugger-open"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.5",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.10",
"apollo-link-error": "^1.1.0",
"apollo-link-http": "^1.5.4",
"apollo-link-state": "^0.4.1",
"apollo-link-ws": "^1.0.10",
"apollo-upload-client": "^9.1.0",
"apollo-utilities": "^1.0.26",
"axios": "^0.18.0",
"expo": "^27.0.1",
"firebase": "^5.3.0",
"formik": "^1.0.2",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"native-base": "^2.7.2",
"react": "16.3.1",
"react-apollo": "^2.1.9",
"react-native": "~0.55.2",
"react-native-elements": "^0.19.1",
"react-native-redux-toast": "^1.0.3",
"react-navigation": "^2.6.1",
"react-redux": "^5.0.7",
"react-spring": "5.4.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"subscriptions-transport-ws": "^0.9.15",
"yup": "^0.26.0"
}
}