mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-16 12:51:24 +00:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-video-example",
|
|
"version": "7.0.0-beta.7",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc",
|
|
"start": "react-native start --client-logs",
|
|
"bundle-install": "bundle install",
|
|
"pods": "cd ios && pod install && cd ..",
|
|
"web": "webpack serve --mode development --config web/webpack.config.js",
|
|
"build:web": "webpack --mode production --config web/webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/slider": "^4.5.6",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "^0.77.0",
|
|
"react-native-web": "^0.19.13",
|
|
"react-native-nitro-modules": "0.35.0",
|
|
"react-native-video": "*",
|
|
"@react-native-video/drm": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native-community/cli": "15.0.1",
|
|
"@react-native-community/cli-platform-android": "15.0.1",
|
|
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
"@react-native/babel-preset": "^0.77.0",
|
|
"@react-native/eslint-config": "^0.77.0",
|
|
"@react-native/metro-config": "^0.77.0",
|
|
"@react-native/typescript-config": "^0.77.0",
|
|
"@types/react": "^18.2.44",
|
|
"eslint": "^8.51.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2",
|
|
"webpack": "^5.97.0",
|
|
"webpack-cli": "^6.0.0",
|
|
"webpack-dev-server": "^5.2.0",
|
|
"babel-loader": "^9.2.1",
|
|
"babel-plugin-react-native-web": "^0.19.13",
|
|
"url-loader": "^4.1.1",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"style-loader": "^4.0.0",
|
|
"css-loader": "^7.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|