mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "vjs-10-monorepo",
|
|
"version": "1.0.0",
|
|
"description": "A monorepo for Video.js 10 related library packages",
|
|
"scripts": {
|
|
"build:libs": "turbo run build --filter=!./examples/*",
|
|
"build": "turbo run build",
|
|
"clean": "turbo run clean",
|
|
"dev:html": "turbo run dev --filter=html-demo...",
|
|
"dev:react": "turbo run dev --filter=react-demo...",
|
|
"dev": "turbo run dev --parallel --filter=./packages/**",
|
|
"generate:icons": "turbo run generate:icons",
|
|
"format:check": "prettier . --check --log-level warn --cache",
|
|
"format": "prettier . --write --log-level warn --cache",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"typecheck": "pnpm run generate:icons && tsc --build --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
"@types/node": "^20.0.0",
|
|
"prettier": "^3.6.2",
|
|
"react": "^18.0.0",
|
|
"turbo": "^2.5.5",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"packageManager": "pnpm@10.17.0",
|
|
"engines": {
|
|
"node": ">=22.19.0",
|
|
"npm": ">=10.9.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/videojs/vjs-10-monorepo.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Video.js Contributors"
|
|
}
|