-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "Navigation",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"react": "16.6.3",
"react-native": "^0.58.5",
"react-native-action-button": "^2.8.5",
"react-native-elements": "^1.0.0",
"react-native-gesture-handler": "^1.0.15",
"react-native-gifted-chat": "^0.7.2",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-layout-grid": "0.0.2",
"react-native-maps": "^0.23.0",
"react-native-material-cards": "^1.0.9",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-textfield": "^0.12.0",
"react-native-modal": "^9.0.0",
"react-native-modal-datetime-picker": "^6.1.0",
"react-native-range-slider": "^0.1.2",
"react-native-responsive-screen": "^1.2.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.2.1"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.0.0",
"jest": "24.0.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets.fonts"
]
}
}