react-native-i18n/example/package.json

17 lines
352 B
JSON

{
"name": "RNI18nExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-i18n": "file:../"
},
"devDependencies": {
"babel-preset-react-native": "2.0.0"
}
}