{ "name": "root", "private": true, "workspaces": [ "packages/*" ], "scripts": { "test": "lerna run test", "build": "lerna run build", "lint": "lerna run lint", "clean": "lerna clean --yes && lerna run remove-dist && rimraf node_modules", "publish": "lerna publish --no-private" }, "devDependencies": { "@babel/preset-env": "^7.26.9", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^27.5.2", "@types/node": "^20.5.7", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "@vitejs/plugin-react": "^4.4.1", "@vitest/coverage-istanbul": "^3.2.3", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "jest": "^29.7.0", "jsdom": "^26.1.0", "lerna": "^7.2.0", "prettier": "3.0.3", "ts-jest": "^29.3.0", "typescript": "^5.2.2", "vitest": "^3.1.3" } }