-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "apoe4",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.3",
"asap": "^2.0.6",
"axios": "^0.18.0",
"d3": "^5.9.2",
"d3-shape": "^1.3.5",
"eslint": "^5.16.0",
"global": "^4.3.2",
"react": "16.8.3",
"react-dom": "^16.0.0",
"react-native": "0.59.5",
"react-native-elements": "1.1.0",
"react-native-fab-pie": "^1.0.0",
"react-native-fontawesome": "^6.0.1",
"react-native-gesture-handler": "^1.2.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg-charts": "5.2.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.1",
"react-redux": "^7.0.3",
"react-svg-donut-chart": "1.1.0",
"react-test-renderer": "16.8.6",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-jest": "^24.7.1",
"eslint-config-rallycoding": "^3.2.0",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}