Files
react-native-video-cache/example/package.json
2019-12-03 11:25:30 +08:00

27 lines
628 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "node ../scripts/examples_postinstall.js"
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59",
"react-native-video-cache": "file:../"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}