UNPKG

bitmovin-player-ui

Version:
84 lines (83 loc) 2.5 kB
{ "name": "bitmovin-player-ui", "version": "4.11.0", "description": "Bitmovin Player UI Framework", "main": "./dist/js/framework/main.js", "types": "./dist/js/framework/main.d.ts", "scripts": { "test": "npx jest", "start": "webpack-dev-server --mode development --open", "build": "npm run clean; npx webpack --mode development", "build:prod": "npm run clean; npm run lint && npx webpack --mode production && npm run docs", "lint": "npm run lint-ts && npm run lint-sass", "format": "npx prettier --write *", "docs": "npx typedoc", "clean": "rm -rf dist; rm -rf docs", "lint-ts": "npx eslint 'src/ts/**/*.ts'", "lint-sass": "npx sass-lint", "prepublishOnly": "npm run build:prod", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/bitmovin/bitmovin-player-ui.git" }, "author": "Bitmovin", "license": "MIT", "bugs": { "url": "https://github.com/bitmovin/bitmovin-player-ui/issues" }, "homepage": "https://github.com/bitmovin/bitmovin-player-ui#readme", "browserslist": [ "> 1%", "last 2 versions", "Firefox ESR" ], "lint-staged": { "(src/**/*.ts)": [ "eslint --fix" ], "(*.ts|*.json|*.js|*.mjs|*.html|*.md|*.scss|*.prettierignore)": [ "prettier --write" ] }, "devDependencies": { "@eslint/js": "^9.17.0", "@inrupt/jest-jsdom-polyfills": "^1.6.0", "@types/jest": "^29.5.0", "@types/jsdom": "^21.1.0", "autoprefixer": "^10.4.21", "bitmovin-player": "^8.237.0", "css-loader": "^7.1.2", "cssnano": "^7.1.1", "eslint": "^9.17.0", "eslint-config-prettier": "^10.1.8", "html-webpack-plugin": "^5.6.4", "husky": "^9.1.7", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "lint-staged": "^15.3.0", "mini-css-extract-plugin": "^2.9.4", "postcss": "^8.5.6", "postcss-inline-svg": "^6.0.0", "postcss-loader": "^8.2.0", "postcss-preset-env": "^10.4.0", "postcss-svg": "^3.0.0", "prettier": "^3.6.2", "replacer-util": "^1.4.0", "sass": "^1.59.3", "sass-lint": "^1.13.1", "sass-loader": "^16.0.5", "semver": "^7.5.4", "stream-combiner2": "^1.1.1", "string-replace-loader": "^3.2.0", "ts-jest": "^29.0.5", "ts-loader": "^9.5.4", "typedoc": "^0.28.13", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0", "webpack": "^5.101.3", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" } }