-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathpackage.json
More file actions
222 lines (222 loc) · 8.71 KB
/
Copy pathpackage.json
File metadata and controls
222 lines (222 loc) · 8.71 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "dyad",
"version": "1.10.0-beta.3",
"description": "Free, local, open-source AI app builder",
"keywords": [],
"license": "MIT",
"author": {
"name": "Will Chen",
"email": "willchen90@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dyad-sh/dyad.git"
},
"main": ".vite/build/main.js",
"scripts": {
"bump": "node scripts/bump-version.mjs",
"clean": "rimraf out scaffold/node_modules",
"start": "node scripts/start-supervisor.mjs",
"start:onboarding": "node scripts/start-onboarding.mjs",
"copy-data-to-dev": "node scripts/copy-data-to-dev.mjs",
"start:expired-sub": "node scripts/start-subscription-status.mjs payment_past_due",
"start:ending-sub": "node scripts/start-subscription-status.mjs subscription_ending",
"start:paused-sub": "node scripts/start-subscription-status.mjs subscription_paused",
"start:healthy-sub": "node scripts/start-subscription-status.mjs healthy",
"dev": "cross-env NODE_ENV=development npm start",
"dev:engine": "cross-env DYAD_ENGINE_URL=http://localhost:8080/v1 npm start",
"staging:engine": "cross-env DYAD_ENGINE_URL=https://staging---dyad-llm-engine-kq7pivehnq-uc.a.run.app/v1 npm start",
"package": "npm run rebuild:keychain-reader && npm run clean && electron-forge package",
"make": "npm run rebuild:keychain-reader && npm run clean && electron-forge make",
"publish": "npm run rebuild:keychain-reader && npm run clean && electron-forge publish",
"rebuild:keychain-reader": "node scripts/rebuild-keychain-reader.mjs",
"verify-release": "node scripts/verify-release-assets.js",
"ts": "npm run ts:main && npm run ts:workers",
"ts:main": "npx tsgo -p tsconfig.app.json --noEmit --incremental",
"ts:workers": "npm run ts:workers:code-explorer && npm run ts:workers:supabase-dependency-analysis",
"ts:workers:code-explorer": "node node_modules/typescript/bin/tsc -p workers/code_explorer/tsconfig.json --noEmit --incremental",
"ts:workers:supabase-dependency-analysis": "node node_modules/typescript/bin/tsc -p workers/supabase_dependency_analysis/tsconfig.json --noEmit --incremental",
"lint": "npx oxlint --fix",
"lint:fix": "npx oxlint --fix --fix-suggestions --fix-dangerously",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"fmt:check": "npx oxfmt --check",
"fmt": "npx oxfmt",
"presubmit": "npm run fmt:check && npm run lint",
"eval": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config vitest.eval.config.ts",
"test": "node --test scripts/start-supervisor.test.mjs scripts/copy-data-to-dev.test.mjs scripts/unauthorized-release-alert.test.mjs && cross-env NODE_OPTIONS=--no-deprecation VITE_CJS_IGNORE_WARNING=true vitest run",
"test:watch": "cross-env NODE_OPTIONS=--no-deprecation VITE_CJS_IGNORE_WARNING=true vitest",
"test:ui": "cross-env NODE_OPTIONS=--no-deprecation VITE_CJS_IGNORE_WARNING=true vitest --ui",
"extract-codebase": "ts-node scripts/extract-codebase.ts",
"init-precommit": "husky",
"build": "npm run pre:e2e",
"pre:e2e": "cross-env E2E_TEST_BUILD=true npm run package",
"e2e": "playwright test",
"e2e:fast": "PLAYWRIGHT_RETRIES=1 playwright test",
"e2e:shard": "playwright test --shard",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"benchmark:code-explorer": "node benchmarks/code-explorer/run.mjs",
"benchmark:code-explorer:suite": "node benchmarks/code-explorer/suite.mjs",
"benchmark:code-explorer:smoke": "node benchmarks/code-explorer/suite.mjs --mode smoke",
"benchmark:code-explorer:full": "node benchmarks/code-explorer/suite.mjs --mode full"
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^4.0.46",
"@ai-sdk/anthropic": "^3.0.78",
"@ai-sdk/azure": "^3.0.26",
"@ai-sdk/google": "^3.0.20",
"@ai-sdk/google-vertex": "^4.0.41",
"@ai-sdk/mcp": "^1.0.18",
"@ai-sdk/openai": "^3.0.36",
"@ai-sdk/openai-compatible": "^2.0.26",
"@ai-sdk/provider-utils": "^4.0.13",
"@ai-sdk/xai": "^3.0.46",
"@babel/parser": "^7.28.5",
"@base-ui/react": "^1.2.0",
"@biomejs/biome": "^1.9.4",
"@dyad-sh/supabase-management-js": "v1.0.1",
"@lexical/react": "^0.33.1",
"@modelcontextprotocol/sdk": "^1.17.5",
"@monaco-editor/react": "^4.7.0-rc.0",
"@neondatabase/api-client": "^2.7.1",
"@neondatabase/serverless": "^1.0.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/react-query": "^5.75.5",
"@tanstack/react-router": "^1.114.34",
"@types/uuid": "^10.0.0",
"@typescript/typescript6": "6.0.2",
"@vercel/sdk": "^1.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vscode/ripgrep": "^1.17.0",
"@xterm/addon-clipboard": "^0.2.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-serialize": "^0.14.0",
"@xterm/addon-unicode11": "^0.9.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"ai": "^6.0.68",
"better-sqlite3": "^12.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.41.0",
"dugite": "^3.0.0",
"electron-log": "^5.4.3",
"electron-playwright-helpers": "^2.1.0",
"electron-squirrel-startup": "^1.0.1",
"esbuild-register": "^3.6.0",
"fix-path": "^4.0.0",
"framer-motion": "^12.6.3",
"fuse.js": "^7.1.0",
"geist": "^1.3.1",
"glob": "^11.0.2",
"html-to-image": "^1.11.13",
"i18next": "^25.10.10",
"ignore": "^5.3.2",
"jotai": "^2.12.2",
"jsonrepair": "^3.13.1",
"kill-port": "^2.0.1",
"konva": "^10.0.12",
"lexical": "^0.33.1",
"lexical-beautiful-mentions": "^0.1.47",
"lucide-react": "^0.487.0",
"monaco-editor": "^0.52.2",
"mustardscript": "^0.2.1",
"node-pty": "^1.1.0",
"perfect-freehand": "^1.2.2",
"pg-schema-classifier": "file:packages/pg-schema-classifier",
"posthog-js": "^1.265.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.6.6",
"react-konva": "^19.2.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.7",
"react-shiki": "^0.9.0",
"react-virtuoso": "^4.17.0",
"recast": "^0.23.11",
"remark-gfm": "^4.0.1",
"shell-env": "^4.0.1",
"shiki": "^3.2.1",
"sonner": "^2.0.3",
"stacktrace-js": "^2.0.2",
"tailwind-merge": "^3.1.0",
"tailwindcss": "^4.1.3",
"tree-kill": "^1.2.2",
"ts-pg-schema-diff": "file:packages/ts-pg-schema-diff",
"tw-animate-css": "^1.2.5",
"update-electron-app": "^3.1.2",
"use-sync-external-store": "^1.6.0",
"uuid": "^11.1.0",
"zod": "^4.3.6"
},
"optionalDependencies": {
"dyad-keychain-reader": "file:native/keychain-reader"
},
"devDependencies": {
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-rpm": "^7.11.1",
"@electron-forge/maker-squirrel": "^7.11.1",
"@electron-forge/maker-zip": "^7.11.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron-forge/plugin-vite": "^7.11.1",
"@electron-forge/publisher-github": "^7.11.1",
"@electron/fuses": "^1.8.0",
"@playwright/test": "^1.58.2",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.15",
"@storybook/react-vite": "^8.6.15",
"@storybook/test": "^8.6.15",
"@testing-library/react": "^16.3.0",
"@types/better-sqlite3": "^7.6.13",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/kill-port": "^2.0.3",
"@types/node": "^22.20.1",
"@types/node-fetch": "^2.6.13",
"@types/pg": "^8.20.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript/native-preview": "^7.0.0-dev.20260107.1",
"@vitest/ui": "^3.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.30.6",
"electron": "40.0.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"happy-dom": "^17.4.4",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"oxfmt": "^0.26.0",
"oxlint": "^1.41.0",
"rimraf": "^6.0.1",
"storybook": "^8.6.15",
"typescript": "6.0.3",
"undici": "^8.7.0",
"vite": "^5.4.17",
"vitest": "^3.1.1"
},
"overrides": {
"@vercel/sdk": {
"@modelcontextprotocol/sdk": "$@modelcontextprotocol/sdk"
}
},
"engines": {
"node": ">=24 <26"
},
"productName": "dyad"
}