-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 5.42 KB
/
package.json
File metadata and controls
156 lines (156 loc) · 5.42 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "ui-next",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.26.1",
"scripts": {
"clean": "rm -rf .next .turbo",
"dev": "next dev --turbopack",
"dev:local": "NEXT_PUBLIC_OSMO_API_HOSTNAME=localhost:8000 NEXT_PUBLIC_OSMO_SSL_ENABLED=false next dev --turbopack",
"dev:mock": "NEXT_PUBLIC_MOCK_API=true next dev --turbopack",
"dev:mock-ws": "node scripts/mock-ws-server.mjs",
"build": "next build --turbo && pnpm compress",
"compress": "node scripts/compress-assets.mjs",
"start": "next start",
"lint": "eslint && stylelint \"src/**/*.css\"",
"lint:css": "stylelint \"src/**/*.css\"",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"type-check": "tsc --noEmit",
"generate-api": "cd ../.. && bazel run //src/scripts:export_openapi > src/ui/openapi.json && bazel run //src/scripts:export_status_metadata > src/ui/src/lib/api/status-metadata.generated.ts && cd src/ui && orval",
"generate-mocks": "orval --config orval.config.ts --project osmo-mocks",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:all": "pnpm test && pnpm test:e2e",
"licenses:check": "node scripts/check-licenses.mjs",
"licenses:generate": "node scripts/generate-licenses.mjs",
"licenses": "node scripts/check-licenses.mjs && node scripts/generate-licenses.mjs",
"validate": "pnpm licenses:check && pnpm type-check && pnpm lint && pnpm format:check && pnpm test && pnpm build"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.12.1",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.12",
"@dagrejs/dagre": "^2.0.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@lezer/highlight": "^1.2.3",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-hookz/web": "^25.2.0",
"@replit/codemirror-indentation-markers": "^6.5.3",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.21",
"@uiw/react-codemirror": "^4.25.4",
"@use-gesture/react": "^10.3.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/react": "^12.10.0",
"chrono-node": "^2.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"immer": "^11.1.3",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.562.0",
"next": "^16.1.0",
"next-themes": "^0.4.6",
"nuqs": "^2.8.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-error-boundary": "^6.0.1",
"react-hotkeys-hook": "^5.2.3",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@faker-js/faker": "^10.1.0",
"@next/bundle-analyzer": "^16.1.1",
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"critters": "^0.0.25",
"cssnano": "^7.0.6",
"eslint": "^9",
"eslint-config-next": "^16.1.0",
"jsdom": "^27.3.0",
"msw": "^2.12.4",
"orval": "^8.4.2",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.6.10",
"stylelint": "^17.4.0",
"stylelint-config-standard": "^40.0.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vitest": "^4.0.16",
"ws": "^8.19.0"
},
"msw": {
"workerDirectory": [
"public"
]
},
"pnpm": {
"ignoredOptionalDependencies": [
"@img/sharp-darwin-arm64",
"@img/sharp-darwin-x64",
"@img/sharp-libvips-darwin-arm64",
"@img/sharp-libvips-darwin-x64",
"@img/sharp-libvips-linux-arm",
"@img/sharp-libvips-linux-arm64",
"@img/sharp-libvips-linux-ppc64",
"@img/sharp-libvips-linux-riscv64",
"@img/sharp-libvips-linux-s390x",
"@img/sharp-libvips-linux-x64",
"@img/sharp-libvips-linuxmusl-arm64",
"@img/sharp-libvips-linuxmusl-x64",
"@img/sharp-linux-arm",
"@img/sharp-linux-arm64",
"@img/sharp-linux-x64",
"@img/sharp-linuxmusl-arm64",
"@img/sharp-linuxmusl-x64",
"sharp"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}