|
11 | 11 | "dev": "electron-vite dev" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
| 14 | + "@the-dev-tools/cli": "workspace:^", |
| 15 | + "@the-dev-tools/server": "workspace:^", |
| 16 | + "@the-dev-tools/worker-js": "workspace:^" |
| 17 | + }, |
| 18 | + "devDependencies": { |
14 | 19 | "@bufbuild/protobuf": "catalog:", |
15 | | - "@connectrpc/connect": "catalog:", |
16 | 20 | "@connectrpc/connect-node": "catalog:", |
| 21 | + "@connectrpc/connect": "catalog:", |
17 | 22 | "@effect-atom/atom-react": "catalog:", |
18 | | - "@effect/platform": "catalog:", |
19 | 23 | "@effect/platform-browser": "catalog:", |
20 | 24 | "@effect/platform-node": "catalog:", |
21 | | - "@the-dev-tools/cli": "workspace:^", |
22 | | - "@the-dev-tools/client": "workspace:^", |
23 | | - "@the-dev-tools/server": "workspace:^", |
24 | | - "@the-dev-tools/ui": "workspace:^", |
25 | | - "@the-dev-tools/worker-js": "workspace:^", |
26 | | - "@vitejs/plugin-react": "catalog:", |
27 | | - "builder-util-runtime": "catalog:", |
28 | | - "effect": "catalog:", |
29 | | - "electron-updater": "6.7.3", |
30 | | - "react": "catalog:", |
31 | | - "react-dom": "catalog:", |
32 | | - "react-markdown": "catalog:", |
33 | | - "undici": "catalog:", |
34 | | - "yaml": "catalog:" |
35 | | - }, |
36 | | - "devDependencies": { |
| 25 | + "@effect/platform": "catalog:", |
37 | 26 | "@lezer/generator": "catalog:", |
38 | 27 | "@tailwindcss/typography": "catalog:", |
39 | 28 | "@tailwindcss/vite": "catalog:", |
| 29 | + "@the-dev-tools/client": "workspace:^", |
40 | 30 | "@the-dev-tools/eslint-config": "workspace:^", |
41 | | - "@types/react": "catalog:", |
| 31 | + "@the-dev-tools/ui": "workspace:^", |
42 | 32 | "@types/react-dom": "catalog:", |
| 33 | + "@types/react": "catalog:", |
| 34 | + "@vitejs/plugin-react": "catalog:", |
43 | 35 | "babel-plugin-react-compiler": "catalog:", |
44 | | - "electron": "catalog:", |
| 36 | + "builder-util-runtime": "catalog:", |
| 37 | + "effect": "catalog:", |
45 | 38 | "electron-builder": "catalog:", |
46 | 39 | "electron-devtools-installer": "catalog:", |
| 40 | + "electron-updater": "6.7.3", |
47 | 41 | "electron-vite": "catalog:", |
| 42 | + "electron": "catalog:", |
48 | 43 | "eslint": "catalog:", |
| 44 | + "react-dom": "catalog:", |
| 45 | + "react-markdown": "catalog:", |
| 46 | + "react": "catalog:", |
49 | 47 | "tailwindcss": "catalog:", |
50 | 48 | "typescript": "catalog:", |
| 49 | + "undici": "catalog:", |
| 50 | + "vite-tsconfig-paths": "catalog:", |
51 | 51 | "vite": "catalog:", |
52 | | - "vite-tsconfig-paths": "catalog:" |
| 52 | + "yaml": "catalog:" |
53 | 53 | } |
54 | 54 | } |
0 commit comments