diff --git a/package.json b/package.json index 19620b3e96..41472142c1 100644 --- a/package.json +++ b/package.json @@ -15,34 +15,6 @@ }, "private": true, "homepage": "https://github.com/rrweb-io/rrweb#readme", - "workspaces": [ - "packages/*", - "packages/plugins/*" - ], - "devDependencies": { - "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.1", - "@monorepo-utils/workspaces-to-typescript-project-references": "^2.10.2", - "@size-limit/preset-small-lib": "~8.2.6", - "@size-limit/webpack": "~8.2.6", - "@types/prettier": "2.7.3", - "@typescript-eslint/eslint-plugin": "^5.62.0", - "@typescript-eslint/parser": "^5.62.0", - "browserslist": "^4.22.1", - "concurrently": "^7.1.0", - "esbuild-plugin-umd-wrapper": "^2.0.0", - "eslint": "^8.53.0", - "eslint-plugin-compat": "^4.2.0", - "eslint-plugin-jest": "^27.6.0", - "eslint-plugin-tsdoc": "^0.2.17", - "lerna": "^7.1.4", - "markdownlint": "^0.25.1", - "markdownlint-cli": "^0.31.1", - "prettier": "2.8.4", - "size-limit": "~8.2.6", - "turbo": "^2.0.3", - "typescript": "^4.9.5" - }, "scripts": { "build:all": "NODE_OPTIONS='--max-old-space-size=4096' yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references' 'yarn turbo run prepack'", "build:tarball": "yarn lerna run build:tarball",