status-react/package.json

23 lines
664 B
JSON
Raw Normal View History

2016-02-23 01:04:42 +03:00
{
2016-04-04 19:21:10 +03:00
"name": "SyngIm",
2016-02-23 01:04:42 +03:00
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
2016-03-04 00:20:37 +03:00
"awesome-phonenumber": "^1.0.12",
"react-native": "^0.22.0",
2016-04-04 19:21:10 +03:00
"react-native-action-button": "^1.1.3",
2016-04-08 03:59:58 +03:00
"react-native-carousel-control": "^1.0.1",
2016-04-04 19:21:10 +03:00
"react-native-circle-checkbox": "^0.1.3",
"react-native-contacts": "^0.2.1",
2016-02-23 23:01:59 +01:00
"react-native-i18n": "0.0.8",
2016-03-11 19:04:12 +03:00
"react-native-invertible-scroll-view": "^0.2.0",
2016-03-17 23:48:52 +03:00
"react-native-loading-spinner-overlay": "0.0.6",
2016-04-04 19:21:10 +03:00
"react-native-randombytes": "^2.0.0",
"react-native-vector-icons": "^1.3.3",
"realm": "^0.11.0"
2016-02-23 01:04:42 +03:00
}
}