forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.47 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 4.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"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": "node web/scripts/run-tests.mjs",
"test-coverage": "jest --coverage && web/scripts/print-coverage-link.sh",
"oxlint": "oxlint --quiet --report-unused-disable-directives-severity error web/ e/ e2e/",
"lint": "pnpm oxlint && pnpm format-check && pnpm knip",
"lint-fix": "pnpm oxlint --fix && pnpm format",
"type-check": "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",
"knip": "KNIP=1 knip",
"postinstall": "pnpm generate-theme",
"generate-theme": "design-system typegen",
"nop": "exit 0"
},
"private": true,
"devDependencies": {
"@gravitational/build": "workspace:*",
"@storybook/addon-vitest": "^10.5.7",
"@storybook/react-vite": "^10.5.7",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.3",
"@types/history": "^4.7.11",
"@types/jest": "^30.0.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-transition-group": "^4.4.12",
"@types/wicg-file-system-access": "^2023.10.7",
"@vitest/coverage-v8": "^4.1.0",
"eslint": "^10.8.1",
"eslint-plugin-jest-dom": "^5.10.1",
"eslint-plugin-storybook": "^10.5.7",
"eslint-plugin-testing-library": "7.16.2",
"eslint-plugin-unused-imports": "^4.4.1",
"jest": "^30.4.2",
"jsdom-testing-mocks": "^1.16.0",
"knip": "^6.32.2",
"msw": "2.15.0",
"msw-storybook-addon": "^3.0.0",
"oxfmt": "^0.62.0",
"oxlint": "^1.78.0",
"react-select-event": "^5.5.1",
"storybook": "^10.5.7",
"svgo": "^4.0.2",
"typescript": "^7.0.2",
"vite": "^8.2.1",
"vitest": "^4.1.0"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/view": "^6.43.8",
"@floating-ui/react": "^0.27.20",
"@fontsource/ubuntu": "^5.3.0",
"@gravitational/design-system": "https://github.com/gravitational/design-system/releases/download/v0.2.0/design-system.tgz",
"@grpc/grpc-js": "1.14.4",
"@hookform/resolvers": "^5.7.1",
"@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.4",
"@uiw/codemirror-themes": "^4.25.11",
"@uiw/react-codemirror": "^4.25.11",
"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.16",
"prop-types": "^15.8.1",
"react": "^19.2.8",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.8",
"react-error-boundary": "^6.1.2",
"react-hook-form": "^7.85.0",
"react-is": "^19.2.8",
"react-router": "^8.3.0",
"react-select": "^5.10.2",
"react-transition-group": "^4.4.5",
"styled-components": "^6.5.1",
"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.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"engines": {
"node": "^24"
}
}