-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
25 lines (25 loc) · 931 Bytes
/
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
{
"name": "assembliesTutorial",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"moment": "^2.14.1",
"react": "^15.4.2",
"react-native": "^0.39.0",
"react-native-config": "0.0.7",
"react-native-google-places-autocomplete": "https://github.com/tgoldenberg/react-native-google-places-autocomplete/tarball/master",
"react-native-image-picker": "^0.21.2",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "^0.1.2",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-navbar": "^1.5.0",
"react-native-picker": "^3.0.5",
"react-native-selectme": "^1.2.0",
"react-native-swipeout": "dancormier/react-native-swipeout#829b7c01ba969cd70509944bc210289b759d48a6",
"react-native-vector-icons": "^2.0.3",
"underscore": "^1.8.3"
}
}