-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
27 lines (27 loc) · 864 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
26
27
{
"name": "iTunesConnect",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"@exponent/react-native-navigator": "^0.4.1",
"autobind-decorator": "^1.3.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"deep-diff": "^0.3.3",
"lodash": "^4.3.0",
"moment": "^2.11.2",
"react-native": "^0.19.0",
"react-native-button": "^1.4.2",
"react-native-code-push": "^1.7.3-beta",
"react-native-device-info": "^0.8.3",
"react-native-google-analytics": "^1.0.1",
"react-native-keyboard-spacer": "^0.1.3",
"react-native-localization": "^0.1.11",
"react-native-privacy-snapshot": "^1.0.0",
"react-native-progress": "^2.2.0",
"react-native-touch-id": "^1.2.4",
"react-native-vector-icons": "^1.1.1"
}
}