react-native-i18n/example/package.json

17 lines
351 B
JSON
Raw Normal View History

2017-04-03 15:14:36 +00:00
{
"name": "RNI18nExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
2017-04-05 23:51:45 +00:00
"react": "16.0.0-alpha.6",
"react-native": "0.43.1",
"react-native-i18n": "file:../"
2017-04-03 15:14:36 +00:00
},
"devDependencies": {
2017-04-05 23:51:45 +00:00
"babel-preset-react-native": "1.9.1"
2017-04-03 15:14:36 +00:00
}
}