react-udux-player
Version:
A customizable music player for React applications
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "react-udux-player",
"version": "62.0.0",
"description": "A customizable music player for React applications",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --emitDeclarationOnly && tsup src/index.ts --format cjs,esm",
"dev": "tsup src/index.ts --format cjs,esm --watch --dts",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf dist",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"udux",
"player",
"music",
"audio",
"hls",
"streaming"
],
"author": "Mathias Akari",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"antd": "^5.25.1",
"framer-motion": "^12.10.5",
"hls.js": "^1.6.2",
"lucide-react": "^0.507.0",
"react-hls-player": "^3.0.7",
"react-responsive": "^10.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.3.2",
"tsup": "^8.3.0",
"typescript": "^5.5.4"
}
}