react-native-i18n/example/package.json

24 lines
525 B
JSON
Raw Normal View History

2017-04-03 15:14:36 +00:00
{
"name": "RNI18nExample",
"version": "0.0.1",
"private": true,
"scripts": {
2017-08-27 18:20:13 +00:00
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest --no-cache"
2017-04-03 15:14:36 +00:00
},
"dependencies": {
2017-06-26 20:31:13 +00:00
"react": "16.0.0-alpha.12",
2017-08-27 18:20:13 +00:00
"react-native": "0.47.2",
2017-04-05 23:51:45 +00:00
"react-native-i18n": "file:../"
2017-04-03 15:14:36 +00:00
},
"devDependencies": {
2017-08-27 18:20:13 +00:00
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.1",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
2017-04-03 15:14:36 +00:00
}
}