Files
react-native-reanimated/Example/package.json
Michał Osadnik 41fcf4b51b Bump RNGH (#189)
In new version of yarn integrity sum is dropped
2019-03-04 10:48:02 +01:00

29 lines
734 B
JSON

{
"name": "ReanimatedExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --config ../../../../metro.config.js",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"react": "16.5.0",
"react-native": "0.57.2",
"react-native-gesture-handler": "1.0.15",
"react-navigation": "2.17.0"
},
"devDependencies": {
"@babel/core": "7.1.2",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-module-resolver": "^3.1.1",
"glob-to-regexp": "^0.4.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "^0.48.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}