-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 4.81 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) · 4.81 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
{
"name": "@superset/desktop",
"productName": "Superset",
"description": "The last developer tool you'll ever need",
"version": "0.0.48",
"main": "./dist/main/index.js",
"resources": "src/resources",
"repository": {
"type": "git",
"url": "https://github.com/superset-sh/superset.git"
},
"author": {
"name": "Superset",
"email": "hi@superset.sh"
},
"scripts": {
"clean": "git clean -xdf .cache .turbo dist dist-electron release node_modules",
"start": "electron-vite preview",
"predev": "bun run clean:dev && bun run scripts/patch-dev-protocol.ts",
"dev": "cross-env NODE_ENV=development electron-vite dev --watch",
"compile:app": "cross-env NODE_OPTIONS=--max-old-space-size=4096 electron-vite build",
"copy:native-modules": "bun run scripts/copy-native-modules.ts",
"prebuild": "bun run clean:dev && bun run compile:app && bun run copy:native-modules",
"build": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --publish never",
"prepackage": "bun run copy:native-modules",
"package": "electron-builder --config electron-builder.ts",
"install:deps": "electron-builder install-app-deps",
"release": "electron-builder --publish always",
"clean:dev": "rimraf ./node_modules/.dev",
"typecheck": "tsc --noEmit",
"test": "bun test"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@electric-sql/client": "^1.3.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@sentry/electron": "^7.5.0",
"@superset/auth": "workspace:*",
"@superset/db": "workspace:*",
"@superset/local-db": "workspace:*",
"@superset/shared": "workspace:*",
"@superset/trpc": "workspace:*",
"@superset/ui": "workspace:*",
"@t3-oss/env-core": "^0.13.8",
"@tanstack/db": "^0.5.16",
"@tanstack/electric-db-collection": "^0.2.20",
"@tanstack/react-db": "^0.1.60",
"@tanstack/react-query": "^5.90.10",
"@trpc/client": "^11.7.1",
"@trpc/react-query": "^11.7.1",
"@trpc/server": "^11.7.1",
"@types/express": "^5.0.5",
"@xterm/addon-canvas": "^0.7.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-image": "^0.8.0",
"@xterm/addon-ligatures": "^0.9.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"better-sqlite3": "12.5.0",
"bindings": "^1.5.0",
"clsx": "^2.1.1",
"culori": "^4.0.2",
"date-fns": "^4.1.0",
"default-shell": "^2.2.0",
"dnd-core": "^16.0.1",
"dotenv": "^17.2.3",
"drizzle-orm": "0.45.1",
"electron-router-dom": "^2.1.0",
"electron-updater": "6",
"execa": "^9.6.0",
"express": "^5.1.0",
"fast-glob": "^3.3.3",
"file-uri-to-path": "^1.0.0",
"framer-motion": "^12.23.26",
"http-proxy": "^1.18.1",
"idb": "^8.0.3",
"idb-keyval": "^6.2.2",
"jose": "^6.1.3",
"line-column-path": "^3.0.0",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"monaco-editor": "^0.55.1",
"nanoid": "^5.1.6",
"node-addon-api": "^7.1.0",
"node-pty": "1.1.0-beta30",
"os-locale": "^6.0.2",
"pidtree": "^0.6.0",
"posthog-js": "1.310.1",
"posthog-node": "^5.18.0",
"react": "^19.2.3",
"react-arborist": "^3.4.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-mosaic-component": "^6.1.1",
"react-resizable-panels": "^3.0.6",
"react-router-dom": "^7.8.2",
"react-syntax-highlighter": "^16.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"semver": "^7.7.3",
"shell-quote": "^1.8.3",
"simple-git": "^3.30.0",
"strip-ansi": "^7.1.2",
"superjson": "^2.2.5",
"tailwind-merge": "^3.4.0",
"trpc-electron": "^0.1.2",
"tw-animate-css": "^1.4.0",
"unique-names-generator": "^4.7.1",
"zod": "^4.1.13",
"zustand": "^5.0.8"
},
"devDependencies": {
"@superset/typescript": "workspace:*",
"@tailwindcss/vite": "^4.0.9",
"@types/better-sqlite3": "^7.6.13",
"@types/culori": "^4.0.1",
"@types/http-proxy": "^1.17.17",
"@types/lodash": "^4.17.20",
"@types/node": "^24.9.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.7.1",
"@types/shell-quote": "^1.7.5",
"@vitejs/plugin-react": "^5.0.1",
"bun-types": "^1.3.1",
"code-inspector-plugin": "^1.2.2",
"cross-env": "^10.0.0",
"electron": "39.1.2",
"electron-builder": "^26.0.12",
"electron-extension-installer": "^2.0.0",
"electron-vite": "^4.0.0",
"rimraf": "^6.0.1",
"rollup-plugin-inject-process-env": "^1.3.1",
"tailwindcss": "^4.0.9",
"tsx": "^4.19.3",
"typescript": "^5.9.3",
"vite": "^7.1.3",
"vite-tsconfig-paths": "^5.1.4"
}
}