{ "name": "typst-desktop", "version": "1.0.0", "description": "", "type": "module", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "tauri": "tauri" }, "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.20.2", "@codemirror/commands": "^6.10.3", "@codemirror/language": "^6.10.8", "@codemirror/legacy-modes": "^6.5.1", "@codemirror/lint": "^6.9.6", "@codemirror/lsp-client": "^6.2.4", "@codemirror/state": "^6.6.0", "@codemirror/view": "^6.43.0", "@iconify/svelte": "^5.2.1", "@lezer/highlight": "^1.2.1", "@tauri-apps/api": "^2.11.1", "@tauri-apps/plugin-dialog": "^2.4.1", "@tauri-apps/plugin-opener": "^2.5.4", "codemirror": "^6.0.2", "codemirror-lang-typst": "^0.4.0" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.10", "@tailwindcss/vite": "^4.3.0", "tailwindcss": "^4.3.0", "@sveltejs/kit": "^2.70.0", "@sveltejs/vite-plugin-svelte": "^5.1.1", "svelte": "^5.56.6", "svelte-check": "^4.7.3", "typescript": "~5.6.3", "vite": "^6.4.3", "vite-plugin-wasm": "^3.6.0", "vite-plugin-top-level-await": "^1.6.0", "@tauri-apps/cli": "^2.11.4" } }