UNPKG

react-select-media-devices-modal

Version:
68 lines (67 loc) 2.15 kB
{ "name": "react-select-media-devices-modal", "description": "A React component library for select media devices", "version": "1.2.3", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kadoshita/react-select-media-devices-modal.git" }, "homepage": "https://kadoshita.github.io/react-select-media-devices-modal/", "bugs": "https://github.com/kadoshita/react-select-media-devices-modal/issues", "main": "./dist/react-select-media-devices-modal.umd.js", "module": "./dist/react-select-media-devices-modal.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": "./dist/react-select-media-devices-modal.mjs", "require": "./dist/react-select-media-devices-modal.umd.js" }, "./dist/style.css": "./dist/style.css" }, "files": [ "dist" ], "keywords": [ "react", "modal", "webrtc", "compoennt", "mediadevices", "getusermedia", "enumeratedevices" ], "scripts": { "dev": "vite serve example", "build": "vite build", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "test:e2e": "vitest run -c vitest.e2e.config.ts", "test:e2e:watch": "vitest watch -c vitest.e2e.config.ts" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.0.1" }, "devDependencies": { "@playwright/test": "^1.35.1", "@rollup/plugin-typescript": "^12.1.0", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.4.3", "@types/node": "^24.1.0", "@types/react": "^19.0.1", "@vitejs/plugin-react": "^5.0.2", "@vitest/coverage-v8": "^4.0.6", "@vitest/ui": "^4.0.6", "jsdom": "^27.0.0", "playwright": "^1.35.1", "vite": "^7.0.6", "vitest": "^4.0.6" }, "peerDependencies": { "tslib": "^2.8.1" } }