-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "@superset/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "bun test src",
"build": "next build",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "dotenv -e ../../.env -- sh -c 'exec next dev --port ${WEB_PORT:-3000}'",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@sentry/nextjs": "10.68.0",
"@superset/auth": "workspace:*",
"@superset/db": "workspace:*",
"@superset/shared": "workspace:*",
"@superset/trpc": "workspace:*",
"@superset/ui": "workspace:*",
"@superset/workspace-client": "workspace:*",
"@t3-oss/env-nextjs": "0.13.11",
"@tanstack/react-query": "5.101.1",
"@tanstack/react-query-devtools": "5.101.1",
"@trpc/client": "11.16.0",
"@trpc/server": "11.16.0",
"@trpc/tanstack-react-query": "11.16.0",
"@uiw/react-md-editor": "4.1.0",
"@xyflow/react": "12.10.2",
"better-auth": "1.6.22",
"framer-motion": "12.38.0",
"geist": "1.7.0",
"import-in-the-middle": "2.0.1",
"jose": "6.2.2",
"lucide-react": "0.563.0",
"next": "16.2.11",
"next-themes": "0.4.6",
"posthog-js": "1.310.1",
"posthog-node": "5.28.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "7.72.0",
"react-icons": "5.6.0",
"recharts": "2.15.4",
"require-in-the-middle": "8.0.1",
"server-only": "0.0.1",
"superjson": "2.2.6",
"zod": "4.4.3"
},
"devDependencies": {
"@superset/typescript": "workspace:*",
"@tailwindcss/postcss": "4.2.2",
"@types/bun": "1.3.14",
"@types/node": "24.12.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"dotenv": "17.3.1",
"tailwindcss": "4.2.2",
"typescript": "6.0.3"
}
}