@werk1/w1-system-videoblock
Version:
Universal video player supporting YouTube, Vimeo, HLS, DASH with coordination and GSAP integration for W1 System
75 lines (74 loc) • 1.98 kB
JSON
{
"name": "@werk1/w1-system-videoblock",
"version": "2.0.1",
"description": "Universal video player supporting YouTube, Vimeo, HLS, DASH with coordination and GSAP integration for W1 System",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"video",
"player",
"react",
"w1-system",
"gsap",
"zustand"
],
"author": "WERK1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/werk1/w1-system-videoblock.git"
},
"peerDependencies": {
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zustand": "^5.0.0"
},
"dependencies": {
"uuid": "^11.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"rollup": "^4.27.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}