mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 05:36:17 +00:00
Bumps the nitro group with 2 updates in the / directory: [nitrogen](https://github.com/mrousavy/nitro) and [react-native-nitro-modules](https://github.com/mrousavy/nitro). Bumps the nitro group with 1 update in the /example directory: [react-native-nitro-modules](https://github.com/mrousavy/nitro). Updates `nitrogen` from 0.35.3 to 0.35.9 - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.35.3...v0.35.9) Updates `react-native-nitro-modules` from 0.35.3 to 0.35.9 - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.35.3...v0.35.9) Updates `react-native-nitro-modules` from 0.35.3 to 0.35.9 - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.35.3...v0.35.9) Updates `react-native-nitro-modules` from 0.35.3 to 0.35.9 - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.35.3...v0.35.9) Updates `react-native-nitro-modules` from 0.35.3 to 0.35.9 - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.35.3...v0.35.9) --- updated-dependencies: - dependency-name: nitrogen dependency-version: 0.35.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nitro - dependency-name: react-native-nitro-modules dependency-version: 0.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nitro - dependency-name: react-native-nitro-modules dependency-version: 0.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nitro - dependency-name: react-native-nitro-modules dependency-version: 0.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nitro - dependency-name: react-native-nitro-modules dependency-version: 0.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nitro ... Signed-off-by: dependabot[bot] <support@github.com>
94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"name": "react-native-omni",
|
|
"version": "0.1.0",
|
|
"description": "video player using vlc and videojs",
|
|
"main": "./lib/commonjs/index.js",
|
|
"module": "./lib/module/index.js",
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
"react-native": "src/index",
|
|
"source": "src/index",
|
|
"scripts": {
|
|
"dev": "cd example && bun start",
|
|
"android": " cd example && bunx react-native run-android --no-packager --port 8082",
|
|
"web": "cd example && bun web",
|
|
"typecheck": "tsc --noEmit && tsc -p plugin/tsconfig.json --noEmit",
|
|
"build:plugin": "tsc -p plugin/tsconfig.json",
|
|
"build": "bun run typecheck && bob build && bun run build:plugin",
|
|
"codegen": "nitrogen --logLevel=\"debug\" && node post-script.js"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-native-omni",
|
|
"vlc",
|
|
"videojs"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"react-native.config.js",
|
|
"lib",
|
|
"nitrogen",
|
|
"cpp",
|
|
"nitro.json",
|
|
"android/build.gradle",
|
|
"android/fix-prefab.gradle",
|
|
"android/gradle.properties",
|
|
"android/CMakeLists.txt",
|
|
"android/src",
|
|
"ios/**/*.h",
|
|
"ios/**/*.m",
|
|
"ios/**/*.mm",
|
|
"ios/**/*.cpp",
|
|
"ios/**/*.swift",
|
|
"app.plugin.js",
|
|
"plugin/build",
|
|
"*.podspec",
|
|
"README.md"
|
|
],
|
|
"workspaces": [
|
|
"example"
|
|
],
|
|
"repository": "https://github.com/zoeroux/react-native-omni.git",
|
|
"author": "Zoe Roux",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/zoeroux/react-native-omni/issues",
|
|
"homepage": "https://github.com/zoeroux/react-native-omni#readme",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"dependencies": {
|
|
"@expo/config-plugins": "^10.0.2",
|
|
"@videojs/react": "^10.0.0-beta.24"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.10",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "19.2.0",
|
|
"nitrogen": "0.35.9",
|
|
"react": "19.2.3",
|
|
"react-native": "0.84.1",
|
|
"react-native-builder-bob": "^0.40.18",
|
|
"react-native-nitro-modules": "0.35.9",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-nitro-modules": "*"
|
|
},
|
|
"react-native-builder-bob": {
|
|
"source": "src",
|
|
"output": "lib",
|
|
"targets": [
|
|
"commonjs",
|
|
"module",
|
|
[
|
|
"typescript",
|
|
{
|
|
"project": "tsconfig.json"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|