71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "player.style",
|
|
"version": "0.0.8",
|
|
"description": "A fresh collection of media player themes for every use case!",
|
|
"author": "@muxinc",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/muxinc/player.style#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/muxinc/player.style/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/muxinc/player.style.git"
|
|
},
|
|
"files": [
|
|
"themes/*",
|
|
"!.*"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
"./*/react": "./themes/*/dist/react.js",
|
|
"./*.js": "./themes/*/dist/media-theme.js",
|
|
"./*": "./themes/*/dist/media-theme.js"
|
|
},
|
|
"workspaces": [
|
|
".",
|
|
"site",
|
|
"examples/*",
|
|
"scripts/*",
|
|
"themes/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "chokidar --debounce 50 './themes/*/!(dist|.turbo)' -c 'turbo build --force --filter=./$(dirname {path}) && touch ./site/$(dirname {path}).md'"
|
|
},
|
|
"dependencies": {
|
|
"media-chrome": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@player.style/demuxed-2022": "0.0.8",
|
|
"@player.style/instaplay": "0.0.3",
|
|
"@player.style/microvideo": "0.0.7",
|
|
"@player.style/minimal": "0.0.7",
|
|
"@player.style/sutro": "0.0.3",
|
|
"@player.style/sutro-audio": "0.0.2",
|
|
"@player.style/tailwind-audio": "0.0.7",
|
|
"@player.style/vimeonova": "0.0.7",
|
|
"@player.style/winamp": "0.0.7",
|
|
"@player.style/yt": "0.0.7",
|
|
"chokidar-cli": "^3.0.0",
|
|
"eslint": "^8.57.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.3.3",
|
|
"rimraf": "^6.0.1",
|
|
"turbo": "^2.1.1",
|
|
"typescript": "^5"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always"
|
|
},
|
|
"packageManager": "npm@10.8.3"
|
|
}
|