/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/package.json
71 строка
2 KB
alex
dbeaver/pro#8996 remove cve (#4280)
14 апр 2026, 14:08
Не верифицирован
14 апр 2026, 14:08
4789acb
Код
Авторство
О чём код?
{ "name": "cloudbeaver-ce", "version": "1.0.0", "type": "module", "private": true, "workspaces": [ "./common-react", "packages/*" ], "resolutions": { "@types/react": "^19", "@types/react-dom": "^19", "react": "^19", "react-dom": "^19", "mobx": "^6", "mobx-react-lite": "^4", "glob": "^13", "tar": ">=7.5.11", "lodash": ">=4.18.0", "@isaacs/brace-expansion": ">=5.0.1", "axios": ">= 1.15.0", "minimatch": ">=10.2.3", "rollup": ">=4.59.0", "koa": ">=2.16.4", "immutable": ">=4.3.8", "serialize-javascript": ">=7.0.3", "flatted": ">=3.4.2", "picomatch": ">=2.3.2", "happy-dom": ">=20.8.8", "vite": "7.3.2" }, "scripts": { "test": "dbeaver-test", "clear": "rimraf -g 'packages/*/{dist,lib}'", "lint": "eslint", "validate-dependencies": "core-cli-validate-dependencies './packages/*/'", "add-plugin": "core-cli-add-plugin", "check-license": "core-cli-check-license", "version:set": "yarn workspaces foreach -Ap --include '@cloudbeaver/product-*' run version:set", "sync-pre-commit-hooks": "yarn dlx --quiet lefthook install" }, "devDependencies": { "@cloudbeaver/core-cli": "workspace:*", "@cloudbeaver/eslint-config": "workspace:*", "@cloudbeaver/tests-runner": "workspace:*", "@dbeaver/cli": "workspace:^", "@dbeaver/prettier-config": "workspace:*", "@dbeaver/react-tests": "workspace:^", "@testing-library/dom": "^10", "@testing-library/jest-dom": "^6", "@testing-library/react": "^16", "@testing-library/user-event": "^14", "@types/react": "^19", "@types/react-dom": "^19", "concurrently": "^9", "eslint": "^9.30.1", "happy-dom": "^20", "mobx": "^6", "mobx-react-lite": "^4", "msw": "^2", "path-browserify": "^1", "prettier": "^3.6.2", "react": "^19", "react-dom": "^19", "rimraf": "^6", "typescript": "^5.8.3", "typescript-plugin-css-modules": "^5", "vitest": "^4" }, "packageManager": "yarn@4.9.2" }