mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-28 21:12:20 +08:00
944ddac746
* Bump @typescript/native-preview Bumps [@typescript/native-preview](https://github.com/microsoft/typescript-go) from 7.0.0-dev.20260527.1 to 7.0.0-dev.20260629.1. - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) --- updated-dependencies: - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260629.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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> Co-authored-by: Maja Cieślak <maja.cieslak@goteleport.com>
119 lines
4.8 KiB
JSON
119 lines
4.8 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",
|
|
"postinstall": "pnpm generate-theme",
|
|
"generate-theme": "design-system typegen",
|
|
"nop": "exit 0"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@gravitational/build": "workspace:*",
|
|
"@storybook/addon-vitest": "^10.4.6",
|
|
"@storybook/react-vite": "^10.4.6",
|
|
"@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.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@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.20260629.1",
|
|
"cspell": "^10.0.1",
|
|
"eslint": "^10.6.0",
|
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
"eslint-plugin-storybook": "^10.4.6",
|
|
"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.56.0",
|
|
"oxlint": "^1.71.0",
|
|
"playwright": "^1.61.1",
|
|
"react-select-event": "^5.5.1",
|
|
"storybook": "^10.4.6",
|
|
"svgo": "^4.0.1",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.20.3",
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
"@codemirror/view": "^6.43.4",
|
|
"@floating-ui/react": "^0.27.19",
|
|
"@fontsource/ubuntu": "^5.2.8",
|
|
"@gravitational/design-system": "https://github.com/gravitational/design-system/releases/download/v0.1.2/design-system.tgz",
|
|
"@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.101.2",
|
|
"@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.4.0",
|
|
"highlight.js": "^11.11.1",
|
|
"history": "^4.9.0",
|
|
"immer": "^11.1.8",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.2.7",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-dom": "^19.2.7",
|
|
"react-error-boundary": "^6.1.2",
|
|
"react-hook-form": "^7.80.0",
|
|
"react-is": "^19.2.7",
|
|
"react-router": "^7.15.1",
|
|
"react-select": "^5.10.2",
|
|
"react-transition-group": "^4.4.5",
|
|
"styled-components": "^6.4.3",
|
|
"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.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
|
|
"engines": {
|
|
"node": "^24"
|
|
}
|
|
}
|