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
109 lines (109 loc) · 4.31 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 4.31 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
{
"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",
"lint": "pnpm eslint && pnpm prettier-check",
"lint-fix": "pnpm eslint --fix && pnpm prettier-write",
"eslint": "eslint --quiet '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"type-check": "NODE_OPTIONS='--max-old-space-size=4096' tsc --build",
"optimize-resource-icons": "svgo --multipass --quiet -rf web/packages/design/src/ResourceIcon/assets",
"prettier-check": "prettier --check '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"prettier-write": "prettier --write --log-level silent '+(e|web)/**/*.{ts,tsx,js,jsx,mts}'",
"process-icons": "pnpm optimize-resource-icons && node web/packages/design/src/Icon/script/script.js && pnpm prettier --log-level silent --write 'web/packages/design/src/Icon/**/*.tsx'",
"nop": "exit 0"
},
"private": true,
"devDependencies": {
"@gravitational/build": "workspace:*",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@storybook/react-vite": "^9.1.3",
"@storybook/addon-vitest": "^9.1.3",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/history": "^4.7.11",
"@types/jest": "^30.0.0",
"@types/node": "^22.17.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-highlight": "^0.12.8",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.1",
"@types/react-transition-group": "^4.4.12",
"@types/wicg-file-system-access": "^2023.10.6",
"cspell": "^9.2.1",
"jest": "^30.2.0",
"jest-canvas-mock": "^2.5.2",
"jsdom-testing-mocks": "^1.16.0",
"msw": "2.11.3",
"msw-storybook-addon": "^2.0.5",
"node-gyp": "^11.4.2",
"playwright": "^1.55.1",
"prettier": "^3.6.2",
"react-select-event": "^5.5.1",
"storybook": "^9.1.3",
"svgo": "^4.0.0",
"typescript": "^5.9.2",
"vite": "^7.1.7"
},
"dependencies": {
"@codemirror/autocomplete": "^6.19.0",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/view": "^6.38.4",
"@floating-ui/react": "^0.27.16",
"@grpc/grpc-js": "1.14.0",
"@lezer/highlight": "^1.2.1",
"@nivo/bar": "^0.99.0",
"@protobuf-ts/runtime": "^2.11.1",
"@protobuf-ts/runtime-rpc": "^2.11.1",
"@tanstack/react-query": "^5.90.2",
"@uiw/codemirror-themes": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"d3-scale": "^4.0.2",
"d3-time-format": "^4.1.0",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"history": "^4.9.0",
"immer": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^19.1.1",
"react-day-picker": "^9.11.0",
"react-dom": "^19.1.1",
"react-error-boundary": "^6.0.0",
"react-is": "^19.1.1",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-select": "^5.10.2",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.19",
"tslib": "^2.8.1",
"usehooks-ts": "^3.1.1",
"use-immer": "^0.11.0",
"whatwg-fetch": "^3.6.20"
},
"msw": {
"workerDirectory": [
"web/.storybook/public"
]
},
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
"engines": {
"node": "^22"
}
}