18 lines
376 B
JSON
Raw Normal View History

2018-04-21 18:38:11 +02:00
{
"name": "RNLanguagesExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
2018-09-06 15:58:44 +02:00
"i18n-js": "^3.0.11",
"react": "16.4.1",
"react-native": "0.56.0",
2018-04-21 18:38:11 +02:00
"react-native-languages": "file:../"
2018-09-06 15:58:44 +02:00
},
"devDependencies": {
"babel-preset-react-native": "^5"
2018-04-21 18:38:11 +02:00
}
}