mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 22:50:47 +08:00
29 lines
734 B
JSON
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"
|
|
}
|
|
}
|