-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.36 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": "prehab",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^22.4.3",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.0-alpha.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"expo": "^25.0.0",
"moment": "^2.22.1",
"native-base": "^2.4.1",
"react": "16.3.0-alpha.1",
"react-native": "^0.54.0",
"react-native-animatable": "^1.2.4",
"react-native-base": "^1.1.0",
"react-native-button": "^2.3.0",
"react-native-collapsible": "^0.10.0",
"react-native-drawer-menu": "^0.2.5",
"react-native-elements": "^0.19.0",
"react-native-expand": "^1.0.6",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-list-popover": "^1.1.1",
"react-native-material-ui": "^1.22.1",
"react-native-modal-dropdown": "^0.6.2",
"react-native-percentage-circle": "^1.0.7",
"react-native-simple-expand": "^0.1.3",
"react-native-swiper": "^1.5.13",
"react-native-toolbar-component": "0.0.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.10"
},
"rnpm": {
"assets": [
"./app/assets/fonts/"
]
}
}