|
12 | 12 | "start": "node dist/index.js", |
13 | 13 | "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
14 | 14 | "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
15 | | - "update:api-client": "npx @hey-api/openapi-ts -i http://localhost:8000/openapi.json -o src/client" |
| 15 | + "update:api-client": "pnpm openapi-ts" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | 18 | "@sveltejs/adapter-auto": "^7.0.0", |
19 | 19 | "@sveltejs/adapter-node": "^5.4.0", |
20 | 20 | "@sveltejs/kit": "^2.48.5", |
21 | 21 | "@sveltejs/vite-plugin-svelte": "^6.2.1", |
22 | 22 | "@tailwindcss/vite": "^4.1.17", |
| 23 | + "@types/node": "^25.0.3", |
23 | 24 | "svelte": "^5.43.8", |
24 | 25 | "svelte-check": "^4.3.4", |
25 | 26 | "tailwindcss": "^4.1.17", |
26 | 27 | "typescript": "^5.9.3", |
27 | 28 | "vite": "^7.2.2" |
28 | 29 | }, |
29 | 30 | "dependencies": { |
| 31 | + "@babel/runtime": "^7.28.4", |
| 32 | + "@codemirror/lang-cpp": "^6.0.3", |
| 33 | + "@codemirror/lang-css": "^6.3.1", |
| 34 | + "@codemirror/lang-html": "^6.4.11", |
| 35 | + "@codemirror/lang-java": "^6.0.2", |
30 | 36 | "@codemirror/lang-javascript": "^6.2.4", |
| 37 | + "@codemirror/lang-json": "^6.0.2", |
| 38 | + "@codemirror/lang-markdown": "^6.5.0", |
| 39 | + "@codemirror/lang-python": "^6.2.1", |
| 40 | + "@codemirror/lang-sql": "^6.10.0", |
| 41 | + "@codemirror/lang-yaml": "^6.1.2", |
| 42 | + "@codemirror/language": "^6.12.1", |
| 43 | + "@codemirror/state": "^6.5.3", |
| 44 | + "@codemirror/view": "^6.39.8", |
31 | 45 | "@ethercorps/sveltekit-og": "^4.2.1", |
| 46 | + "@hey-api/openapi-ts": "^0.89.1", |
| 47 | + "@lezer/highlight": "^1.2.3", |
| 48 | + "@uiw/codemirror-theme-basic": "^4.25.4", |
| 49 | + "axios": "^1.13.2", |
| 50 | + "codemirror": "^6.0.2", |
32 | 51 | "date-fns": "^4.1.0", |
33 | | - "svelte-codemirror-editor": "^2.1.0" |
| 52 | + "dotenv": "^17.2.3", |
| 53 | + "thememirror": "^2.0.1" |
34 | 54 | } |
35 | 55 | } |
0 commit comments