mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
+3
-13
@@ -2,14 +2,6 @@
|
||||
"name": "vjs-10-monorepo",
|
||||
"version": "1.0.0",
|
||||
"description": "A monorepo for Video.js 10 related library packages",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/core/*",
|
||||
"packages/html/*",
|
||||
"packages/react/*",
|
||||
"packages/react-native/*",
|
||||
"examples/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build:libs": "turbo run build --filter=!./examples/*",
|
||||
"build": "turbo run build",
|
||||
@@ -26,17 +18,15 @@
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"prettier": "^3.6.2",
|
||||
"react": "^18.0.0",
|
||||
"tsup": "^8.0.0",
|
||||
"turbo": "^2.5.5",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"packageManager": "npm@10.9.2",
|
||||
"packageManager": "pnpm@10.17.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=9.0.0"
|
||||
"node": ">=22.19.0",
|
||||
"npm": ">=10.9.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user