UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

109 lines (108 loc) 2.94 kB
{ "name": "@theoplayer/react-native-ui", "version": "0.15.0", "description": "A React Native UI for @theoplayer/react-native", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "cpp", "CHANGELOG.md", "!lib/typescript/example", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "typescript": "tsc --noEmit", "prettier": "prettier --check \"(src|example)/**/*.{js,jsx,ts,tsx}\"", "prettier:fix": "prettier --write \"(src|example)/**/*.{js,jsx,ts,tsx}\"", "lint": "eslint \"{src,example}/**/*.{ts,tsx}\"", "lint:fix": "npm run lint -- --fix", "prepare": "bob build && husky install", "docs": "typedoc --treatWarningsAsErrors" }, "lint-staged": { "(src|example)/**/*.{js,jsx,ts,tsx}": [ "prettier --write" ] }, "keywords": [ "react-native", "THEOplayer", "ios", "android" ], "repository": { "type": "git", "url": "git@github.com:THEOplayer/react-native-theoplayer-ui.git" }, "author": "THEO Technologies", "license": "SEE LICENSE AT https://www.theoplayer.com/terms", "homepage": "https://theoplayer.com/", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@eslint/js": "^9.13.0", "@react-native/eslint-config": "^0.75.4", "@types/react": "^18.3.12", "@typescript-eslint/eslint-plugin": "^7.18.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-hooks": "^5.2.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "pod-install": "^0.1.39", "prettier": "^3.3.3", "react": "^18.3.1", "react-native": "npm:react-native-tvos@^0.76.9-0", "react-native-builder-bob": "^0.27.0", "react-native-google-cast": "^4.8.3", "react-native-svg": "^15.8.0", "react-native-theoplayer": "^9.1.0", "typedoc": "^0.25.13", "typedoc-plugin-external-resolver": "^1.0.3", "typedoc-plugin-mdn-links": "^3.3.4", "typescript": "^4.9.5", "typescript-eslint": "^8.11.0" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-google-cast": "*", "react-native-svg": "^13.8.0 || ^14 || ^15", "react-native-theoplayer": "^2.7.0 || ^3 || ^7 || ^8 || ^9" }, "eslintIgnore": [ "node_modules/", "lib/" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "dependencies": { "@miblanchard/react-native-slider": "^2.6.0", "react-native-url-polyfill": "^1.3.0", "url-polyfill": "^1.1.12" }, "overrides": { "@miblanchard/react-native-slider": { "react-native": "$react-native" } } }