-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 823 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 823 Bytes
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
{
"name": "Tent",
"version": "0.3.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"firebase": "^2.4.2",
"react": "^15.2.1",
"react-native": "^0.31.0",
"react-native-action-button": "^1.1.5",
"react-native-aws3": "0.0.2",
"react-native-button": "^1.6.0",
"react-native-device-info": "^0.9.3",
"react-native-drawer": "^2.2.2",
"react-native-extra-dimensions-android": "^0.17.0",
"react-native-gifted-messenger": "^0.1.4",
"react-native-image-picker": "^0.20.1",
"react-native-material-kit": "^0.3.2",
"react-native-router-flux": "^3.30.0",
"react-native-s3": "0.0.9",
"react-native-vector-icons": "^2.0.2"
},
"devDependencies": {
"rnpm-plugin-upgrade": "^0.26.0"
}
}