UNPKG

tanstack

Version:

TanStack Player — A developer-first, universal Video Player SDK built on Video.js with headless hooks, plugin architecture, and React-first DX

90 lines (89 loc) 2.11 kB
{ "name": "tanstack", "version": "2.0.3", "type": "module", "description": "TanStack Player — A developer-first, universal Video Player SDK built on Video.js with headless hooks, plugin architecture, and React-first DX", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist", "packages/*/dist", "packages/*/package.json", "README.md", "LICENSE" ], "workspaces": [ "packages/*", "examples/*" ], "scripts": { "build": "npm run build --workspaces --if-present && tsup", "build:packages": "npm run build --workspaces --if-present", "build:root": "tsup", "dev": "npm run dev --workspace=examples/react-basic", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "clean": "rm -rf dist packages/*/dist examples/*/dist", "prepublishOnly": "npm run build" }, "keywords": [ "tanstack", "video", "player", "video-player", "videojs", "video.js", "react", "hooks", "headless", "plugin", "streaming", "hls", "sdk", "media", "playback" ], "author": "sh20raj", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sh20raj/tanstack" }, "homepage": "https://sh20raj.github.io/tanstack", "bugs": { "url": "https://github.com/sh20raj/tanstack/issues" }, "dependencies": { "@tanstack-player/core": "*", "@tanstack-player/adapter-videojs": "*", "@tanstack-player/react": "*", "@tanstack-player/plugin-bookmark": "*" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "video.js": ">=7.0.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0", "vitepress": "^1.5.0" } }