mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 05:50:30 +08:00
401246698c
* Bump vite from 8.0.14 to 8.0.16 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.14 to 8.0.16. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Revert unnecessary updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
115 lines
4.5 KiB
JSON
115 lines
4.5 KiB
JSON
{
|
|
"name": "teleport-ui",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build-ui": "pnpm build-ui-oss && pnpm build-ui-e",
|
|
"build-ui-oss": "pnpm --filter=@gravitational/teleport build",
|
|
"build-ui-e": "pnpm --filter=@gravitational/teleport.e build",
|
|
"build-wasm": "pnpm --filter=@gravitational/shared build-wasm",
|
|
"start-teleport": "pnpm --filter=@gravitational/teleport start",
|
|
"start-teleport-e": "pnpm --filter=@gravitational/teleport.e start",
|
|
"build-term": "pnpm --filter=@gravitational/teleterm build",
|
|
"start-term": "pnpm --filter=@gravitational/teleterm start",
|
|
"package-term": "pnpm --filter=@gravitational/teleterm package",
|
|
"storybook": "./web/scripts/run-storybook.sh",
|
|
"storybook-smoke-test": "storybook dev -p 9002 -c web/.storybook --ci --smoke-test",
|
|
"test-storybook": "NODE_TLS_REJECT_UNAUTHORIZED=0 test-storybook -c web/.storybook --url https://localhost:9002 --skipTags=skip-test --browsers=chromium",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage && web/scripts/print-coverage-link.sh",
|
|
"test-update-snapshot": "pnpm run test --updateSnapshot",
|
|
"tdd": "jest --watch",
|
|
"oxlint": "oxlint --quiet --report-unused-disable-directives-severity error web/ e/ e2e/",
|
|
"lint": "pnpm oxlint && pnpm format-check",
|
|
"lint-fix": "pnpm oxlint --fix && pnpm format",
|
|
"type-check": "tsgo --build",
|
|
"type-check-legacy": "NODE_OPTIONS='--max-old-space-size=4096' tsc --build",
|
|
"optimize-resource-icons": "svgo --multipass --quiet -rf web/packages/design/src/ResourceIcon/assets",
|
|
"format-check": "pnpm format --check",
|
|
"format": "oxfmt 'e/**/*.{ts,tsx,js,jsx,mts}' 'web/**/*.{ts,tsx,js,jsx,mts}' 'e2e/**/*.{ts,tsx,js,jsx,mts}'",
|
|
"process-icons": "pnpm optimize-resource-icons && node web/packages/design/src/Icon/script/script.js && pnpm oxfmt 'web/packages/design/src/Icon/**/*.tsx'",
|
|
"list-installed-versions": "./web/scripts/list-installed-versions.sh",
|
|
"nop": "exit 0"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@gravitational/build": "workspace:*",
|
|
"@storybook/addon-vitest": "^10.4.1",
|
|
"@storybook/react-vite": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/history": "^4.7.11",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.10.9",
|
|
"@types/react": "^19.2.15",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"@types/wicg-file-system-access": "^2023.10.7",
|
|
"@typescript/native-preview": "7.0.0-dev.20260527.1",
|
|
"cspell": "^10.0.0",
|
|
"eslint": "^10.4.1",
|
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
"eslint-plugin-storybook": "^10.4.1",
|
|
"eslint-plugin-testing-library": "7.16.2",
|
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
"jest": "^30.4.2",
|
|
"jsdom-testing-mocks": "^1.16.0",
|
|
"msw": "2.14.6",
|
|
"msw-storybook-addon": "^2.0.7",
|
|
"oxfmt": "^0.52.0",
|
|
"oxlint": "^1.67.0",
|
|
"playwright": "^1.60.0",
|
|
"react-select-event": "^5.5.1",
|
|
"storybook": "^10.4.1",
|
|
"svgo": "^4.0.1",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.20.2",
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
"@codemirror/view": "^6.43.0",
|
|
"@floating-ui/react": "^0.27.19",
|
|
"@grpc/grpc-js": "1.14.4",
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@nivo/bar": "^0.99.0",
|
|
"@protobuf-ts/runtime": "^2.11.1",
|
|
"@protobuf-ts/runtime-rpc": "^2.11.1",
|
|
"@tanstack/react-query": "^5.100.14",
|
|
"@uiw/codemirror-themes": "^4.25.10",
|
|
"@uiw/react-codemirror": "^4.25.10",
|
|
"d3-scale": "^4.0.2",
|
|
"d3-time-format": "^4.1.0",
|
|
"date-fns": "^4.3.0",
|
|
"highlight.js": "^11.11.1",
|
|
"history": "^4.9.0",
|
|
"immer": "^11.1.8",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.2.6",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-dom": "^19.2.6",
|
|
"react-error-boundary": "^6.1.2",
|
|
"react-hook-form": "^7.76.1",
|
|
"react-is": "^19.2.6",
|
|
"react-router": "^7.15.1",
|
|
"react-select": "^5.10.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"styled-components": "^6.4.2",
|
|
"tslib": "^2.8.1",
|
|
"use-immer": "^0.11.0",
|
|
"usehooks-ts": "^3.1.1",
|
|
"whatwg-fetch": "^3.6.20",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"web/.storybook/public"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215",
|
|
"engines": {
|
|
"node": "^24"
|
|
}
|
|
}
|