-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.9 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.9 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "Humantiv",
"version": "1.23.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "cd node_modules/react-native; exec ./scripts/ios-install-third-party.sh; cd third-party/glog-0.3.4; exec ./configure; cd ../../../..",
"preinstall": "./npmpreinstall.sh",
"test": "jest",
"storybook": "storybook start -p 7007",
"ios": "react-native run-ios --simulator \"iPhone X\"",
"device": "react-native run-ios --device",
"android": "react-native run-android"
},
"dependencies": {
"axios": "^0.18.0",
"convert-units": "^2.3.4",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"randomcolor": "^0.5.4",
"react": "16.8.4",
"react-initicon": "^0.3.0",
"react-moment": "^0.8.4",
"react-native": "0.59.1",
"react-native-action-button": "^2.8.5",
"react-native-animatable": "^1.3.1",
"react-native-animated-linear-gradient": "^1.2.0",
"react-native-chooser": "^1.7.0",
"react-native-code-push": "^5.6.0",
"react-native-dropdownalert": "^3.9.2",
"react-native-fbsdk": "^0.8.0",
"react-native-firebase": "^5.2.2",
"react-native-fontawesome": "6.0.1",
"react-native-gesture-handler": "^1.0.15",
"react-native-google-signin": "^1.2.1",
"react-native-hgraph": "^0.3.0",
"react-native-human-api": "^0.1.4",
"react-native-hyperlink": "0.0.14",
"react-native-intercom": "^13.0.1",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-linear-gradient": "^2.5.4",
"react-native-material-textfield": "^0.12.0",
"react-native-modal": "9.0.0",
"react-native-modal-datetime-picker": "^6.1.0",
"react-native-router-flux": "^4.0.6",
"react-native-sentry": "^0.42.0",
"react-native-size-matters": "^0.1.6",
"react-native-snap-carousel": "^3.7.5",
"react-native-spinkit": "^1.2.0",
"react-native-svg": "9.3.5",
"react-native-svg-charts": "^5.2.0",
"react-native-swipeout": "^2.3.6",
"react-native-tab-view": "1.3.2",
"react-native-version-number": "^0.3.5",
"react-redux": "6.0.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"rn-apple-healthkit": "github:CitizenHealth/rn-apple-healthkit#master",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@storybook/addon-actions": "4.1.11",
"@storybook/addon-knobs": "4.1.11",
"@storybook/addon-links": "4.1.11",
"@storybook/addon-options": "4.1.11",
"@storybook/addon-storyshots": "4.1.11",
"@storybook/addons": "4.1.11",
"@storybook/channel-postmessage": "4.1.11",
"@storybook/channel-websocket": "4.1.11",
"@storybook/channels": "4.1.11",
"@storybook/client-logger": "4.1.11",
"@storybook/components": "4.1.11",
"@storybook/core": "4.1.11",
"@storybook/node-logger": "4.1.11",
"@storybook/react-native": "^4.1.11",
"@storybook/ui": "^4.1.11",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"babel-plugin-transform-new-target": "^7.0.0-alpha.14",
"babel-polyfill": "^6.26.0",
"babel-runtime": "7.0.0-beta.3",
"jest": "^24.5.0",
"metro-react-native-babel-preset": "^0.53.1",
"prop-types": "^15.7.1",
"react-dom": "^16.8.4",
"react-native-bundle-visualizer": "^1.4.0",
"react-test-renderer": "^16.8.1",
"reactotron-react-native": "^2.1.5",
"reactotron-redux": "^2.1.3",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation|mobx)",
"!node_modules/react-runtime"
]
}
}