-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 5.36 KB
/
Copy pathpackage.json
File metadata and controls
147 lines (147 loc) · 5.36 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
{
"name": "@e2b/dashboard",
"version": "0.2.1",
"private": true,
"scripts": {
"<<<<<<< Next.js": "",
"dev": "bun scripts:check-app-env && next dev | pino-pretty --colorize",
"build": "next build --webpack",
"start": "next start | pino-pretty --colorize",
"preview": "next build --webpack && next start | pino-pretty --colorize",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome check --write --linter-enabled=false --assist-enabled=true . --max-diagnostics none",
"format:check": "biome check --linter-enabled=false --assist-enabled=true .",
"check": "biome check .",
"prebuild": "bun scripts:check-app-env",
"<<<<<<< Gen": "",
"generate:infra": "bunx openapi-typescript ./spec/openapi.infra.yaml -o ./src/core/shared/contracts/infra-api.types.ts",
"generate:dashboard-api": "bunx openapi-typescript ./spec/openapi.dashboard-api.yaml -o ./src/core/shared/contracts/dashboard-api.types.ts",
"<<<<<<< Scripts": "",
"scripts:check-app-env": "bun scripts/check-app-env.ts",
"<<<<<<< Development": "",
"shad": "bunx shadcn@canary",
"test:dev:traffic": "vitest run tests/development/traffic.test.ts",
"test:dev:build": "vitest run tests/development/template-build.test.ts",
"clean": "rm -rf .next node_modules && bun install",
"<<<<<<< Testing": "",
"test:run": "bun scripts:check-app-env && vitest run",
"test:integration": "bun scripts:check-app-env && vitest run tests/integration/",
"test:unit": "vitest run tests/unit/",
"knip": "knip",
"knip:ci": "knip --include files,dependencies --reporter github-actions",
"test:watch": "bun scripts:check-app-env && vitest",
"test:ui": "bun scripts:check-app-env && vitest --ui",
"test:ui:integration": "bun scripts:check-app-env && vitest --ui tests/integration/"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@next/env": "^16.3.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.77.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.203.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.203.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.203.0",
"@opentelemetry/resources": "^2.0.1",
"@opentelemetry/sdk-logs": "^0.203.0",
"@opentelemetry/sdk-metrics": "^2.0.1",
"@opentelemetry/sdk-node": "^0.218.0",
"@opentelemetry/semantic-conventions": "^1.36.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-portal": "^1.1.9",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.7",
"@radix-ui/react-tooltip": "^1.2.0",
"@shikijs/themes": "3.2.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.13.12",
"@trpc/client": "^11.7.1",
"@trpc/server": "^11.7.1",
"@trpc/tanstack-react-query": "^11.7.1",
"@types/micromatch": "^4.0.9",
"@vercel/otel": "^2.1.2",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"chrono-node": "^2.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"e2b": "^2.28.0",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.2",
"immer": "^10.1.1",
"micromatch": "^4.0.8",
"motion": "^12.23.25",
"next": "^16.3.3",
"next-safe-action": "^8.0.11",
"next-themes": "^0.4.6",
"nuqs": "^2.7.0",
"openapi-fetch": "^0.14.0",
"pathe": "^2.0.3",
"pino": "^9.7.0",
"react": "19.2.4",
"react-day-picker": "^9.9.0",
"react-dom": "19.2.4",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.66.0",
"react-shiki": "^0.5.2",
"semver": "^7.7.2",
"serialize-error": "^12.0.0",
"server-only": "^0.0.1",
"shiki": "3.2.1",
"sonner": "^2.0.7",
"superjson": "^2.2.5",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.3.6",
"usehooks-ts": "^3.1.0",
"vaul": "^1.1.2",
"zod": "^4.1.11",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@tailwindcss/postcss": "^4.0.15",
"@types/bun": "^1.2.5",
"@types/node": "22.10.10",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"@types/semver": "^7.7.0",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/ui": "3.0.7",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"jsdom": "^29.1.1",
"knip": "^6.11.0",
"openapi-typescript": "^7.8.0",
"pino-pretty": "^13.1.1",
"postcss": "8.5.15",
"server-cli-only": "^0.3.2",
"tailwindcss": "^4.0.15",
"typescript": "5.7.3",
"vitest": "^3.0.7"
},
"resolutions": {
"whatwg-url": "^13",
"@shikijs/themes": "2.3.2",
"shiki": "2.3.2",
"@shikijs/core": "2.3.2",
"@nodelib/fs.scandir": "2.1.5",
"@nodelib/fs.stat": "2.0.5",
"@opentelemetry/exporter-prometheus": "^0.218.0"
},
"packageManager": "bun@1.2.0"
}