UNPKG

sanity-plugin-mux-input

Version:

An input component that integrates Sanity Studio with Mux video encoding/hosting service.

80 lines 2.09 kB
{ "name": "sanity-plugin-mux-input", "version": "5.0.7", "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.", "keywords": [ "input", "media", "mux", "plugin", "sanity", "sanity-plugin", "video" ], "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/sanity-plugin-mux-input#readme", "bugs": { "url": "https://github.com/sanity-io/plugins/issues" }, "license": "MIT", "author": "Sanity.io <hello@sanity.io>", "repository": { "type": "git", "url": "git+ssh://git@github.com/sanity-io/plugins.git", "directory": "plugins/sanity-plugin-mux-input" }, "files": [ "dist" ], "type": "module", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "dependencies": { "@mux/mux-player": "^3.13.2", "@mux/mux-player-react": "^3.13.2", "@mux/upchunk": "^3.5.0", "@sanity/icons": "^5.2.1", "@sanity/ui": "^3.5.0", "@sanity/uuid": "^3.0.3", "iso-639-1": "^3.1.6", "jsonwebtoken-esm": "^1.0.5", "lodash": "^4.18.1", "react-is": "^19.2.8", "react-rx": "^4.2.3", "rxjs": "^7.8.2", "scroll-into-view-if-needed": "^3.1.0", "suspend-react": "^0.1.3", "swr": "^2.4.2", "type-fest": "^4.41.0", "use-device-pixel-ratio": "^1.1.2", "use-error-boundary": "^2.0.6" }, "devDependencies": { "@sanity/client": "^7.25.0", "@sanity/tsconfig": "^2.2.1", "@sanity/tsdown-config": "^0.21.2", "@types/lodash": "^4.17.24", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-is": "^19.2.0", "babel-plugin-react-compiler": "^1.0.0", "react": "^19.2.8", "react-dom": "^19.2.8", "sanity": "^6.6.0", "styled-components": "^6.4.4", "tsdown": "^0.22.14" }, "peerDependencies": { "react": "^19.2", "sanity": "^5 || ^6.0.0-0", "styled-components": "^6.1" }, "engines": { "node": ">=20.19 <22 || >=22.12" }, "scripts": { "build": "tsdown" } }