react-native-i18n/example/package.json

19 lines
420 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": {
"react": "~15.4.1",
"react-native": "0.42.3",
"react-native-i18n": "file:../",
"react-native-windows": "^0.42.0"
},
"devDependencies": {
"babel-preset-react-native": "1.9.1",
"rnpm-plugin-windows": "^0.2.4"
}
}