{
  "name": "dockview-monorepo-root",
  "private": true,
  "description": "Monorepo for https://github.com/mathuo/dockview",
  "homepage": "https://github.com/mathuo/dockview#readme",
  "bugs": {
    "url": "https://github.com/mathuo/dockview/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathuo/dockview.git"
  },
  "license": "MIT",
  "author": "https://github.com/mathuo",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "lerna run build --scope '{dockview-core,dockview,dockview-vue,dockview-react}'",
    "clean": "lerna run clean",
    "docs": "typedoc",
    "generate-docs": "node scripts/docs.mjs",
    "lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
    "package": "node scripts/package.js",
    "package-docs": "node scripts/package-docs.js",
    "set-experimental-versions": "node scripts/set-experimental-versions",
    "test": "jest",
    "test:cov": "jest --coverage",
    "version": "lerna version"
  },
  "resolutions": {
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@testing-library/dom": "^9.3.3",
    "@testing-library/jest-dom": "^6.1.6",
    "@testing-library/react": "^14.1.2",
    "@total-typescript/shoehorn": "^0.1.1",
    "@types/jest": "^29.5.11",
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/tsconfig": "^0.5.1",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "fs-extra": "^11.2.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-dart-sass": "^1.1.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-sonar-reporter": "^2.0.0",
    "jsdom": "^23.0.1",
    "lerna": "^8.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.5",
    "rollup": "^4.9.2",
    "rollup-plugin-postcss": "^4.0.2",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "typedoc": "^0.25.6",
    "typescript": "^5.3.3",
    "vite": "^5.1.5",
    "vue": "^3.4.21",
    "vue-sfc-loader": "^0.1.0",
    "vue-tsc": "^2.0.5"
  },
  "engines": {
    "node": ">=18.0"
  },
  "dependencies": {
    "ag-grid-vue3": "^31.1.1"
  }
}