| 1 | { |
| 2 | "name": "svara", |
| 3 | "type": "module", |
| 4 | "private": true, |
| 5 | "scripts": { |
| 6 | "build": "vite build", |
| 7 | "dev": "vite", |
| 8 | "start": "vite preview", |
| 9 | "check": "svelte-check --tsconfig ./tsconfig.json", |
| 10 | "tauri": "tauri", |
| 11 | "start-window": "pnpm tauri dev", |
| 12 | "tauri-build-debug": "pnpm tauri build --debug" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@codemirror/autocomplete": "^6.18.6", |
| 16 | "@codemirror/commands": "^6.8.1", |
| 17 | "@codemirror/language": "^6.11.0", |
| 18 | "@codemirror/language-data": "^6.5.1", |
| 19 | "@codemirror/state": "^6.5.2", |
| 20 | "@codemirror/view": "^6.36.5", |
| 21 | "@lezer/highlight": "^1.2.1", |
| 22 | "@replit/codemirror-indentation-markers": "^6.5.3", |
| 23 | "@tauri-apps/api": "^1.6.0", |
| 24 | "@xterm/addon-fit": "^0.10.0", |
| 25 | "@xterm/xterm": "^5.5.0", |
| 26 | "codemirror": "^6.0.1", |
| 27 | "mousetrap": "^1.6.5", |
| 28 | "sass": "^1.86.3", |
| 29 | "sortablejs": "^1.15.6", |
| 30 | "svelte-splitpanes": "^8.0.9", |
| 31 | "tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch", |
| 32 | "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1", |
| 33 | "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", |
| 34 | "tauri-pty": "^0.0.8" |
| 35 | }, |
| 36 | "devDependencies": { |
| 37 | "@sveltejs/vite-plugin-svelte": "^2.5.3", |
| 38 | "@tauri-apps/cli": "^1.6.3", |
| 39 | "@tsconfig/svelte": "^4.0.1", |
| 40 | "@types/node": "^18.19.86", |
| 41 | "carbon-icons-svelte": "^11.4.0", |
| 42 | "prettier": "^2.8.8", |
| 43 | "svelte": "^4.2.19", |
| 44 | "svelte-check": "^3.8.6", |
| 45 | "svelte-preprocess": "^5.1.4", |
| 46 | "tslib": "^2.8.1", |
| 47 | "typescript": "^5.8.3", |
| 48 | "vite": "^4.5.12" |
| 49 | } |
| 50 | } |