39 lines
1.0 KiB
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": {
"android": "react-native run-android",
"appium": "appium",
"ios": "react-native run-ios",
"windows": "react-native run-windows",
2019-08-29 15:35:01 -07:00
"start": "react-native start",
"test": "jest",
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.windows.js",
2019-08-29 15:35:01 -07:00
"lint": "eslint .",
"postinstall": "node ../scripts/examples_postinstall.js"
},
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-config": "../",
"react-native-windows": "^0.62.0-0"
2019-08-29 15:35:01 -07:00
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
2019-08-29 15:35:01 -07:00
"@react-native-community/eslint-config": "^0.0.5",
"appium": "^1.18.1",
2019-08-29 15:35:01 -07:00
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
2019-08-29 15:35:01 -07:00
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0",
"selenium-appium": "^0.0.15",
"selenium-webdriver": "^4.0.0-alpha.7"
2019-08-29 15:35:01 -07:00
},
"jest": {
"preset": "react-native"
}
}