30 lines
688 B
JSON
Raw Normal View History

2016-02-22 12:54:52 -08:00
{
2019-08-29 15:35:01 -07:00
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "node ../scripts/examples_postinstall.js"
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-config": "../"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.2.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}