mirror of
https://github.com/zhigang1992/react-native-video-cache-example.git
synced 2026-01-12 22:40:53 +08:00
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"name": "videoCacheExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.2",
|
|
"react-native-video": "^5.0.2",
|
|
"react-native-video-cache": "^0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.4",
|
|
"@babel/runtime": "^7.6.3",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-test-renderer": "16.9.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|