49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "examples",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "rm -rf node_modules/react-native-swiper/examples && react-native start || react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"react": "16.8.6",
|
|
"react-model": "^3.0.0",
|
|
"react-native": "0.60.5",
|
|
"react-native-gesture-handler": "^1.4.1",
|
|
"react-native-reanimated": "^1.3.0",
|
|
"react-native-screens": "^1.0.0-alpha.23",
|
|
"react-native-swiper": "../",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-stack": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/runtime": "^7.6.0",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"@types/react": "^16.9.2",
|
|
"@types/react-native": "^0.60.15",
|
|
"babel-jest": "^24.9.0",
|
|
"detox": "^14.3.4",
|
|
"eslint": "^6.4.0",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-test-renderer": "16.8.6"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"detox": {
|
|
"test-runner": "jest",
|
|
"configurations": {
|
|
"ios.sim.debug": {
|
|
"binaryPath": "ios/build/examples/Build/Products/Debug-iphonesimulator/examples.app",
|
|
"build": "xcodebuild -workspace ios/examples.xcworkspace -scheme examples -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
|
|
"type": "ios.simulator",
|
|
"name": "iPhone 7"
|
|
}
|
|
}
|
|
}
|
|
}
|