Files
SirBlob 43c8cfd85a
CI / frontend (push) Failing after 10s
CI / backend (push) Successful in 2m39s
Bump version to 1.1.0
2026-07-22 18:00:07 -04:00

54 lines
1.6 KiB
JSON

{
"name": "typst-desktop",
"version": "1.1.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",
"build:linux": "NO_STRIP=1 tauri build"
},
"license": "Apache-2.0",
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.10.4",
"@codemirror/language": "^6.12.4",
"@codemirror/legacy-modes": "^6.5.3",
"@codemirror/lint": "^6.9.7",
"@codemirror/lsp-client": "^6.2.5",
"@codemirror/merge": "^6.12.2",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.6",
"@iconify/svelte": "^5.2.2",
"@lezer/highlight": "^1.2.3",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-opener": "^2.5.4",
"codemirror": "^6.0.2",
"codemirror-lang-typst": "^0.4.0",
"hotkeys-js": "^4.0.4",
"y-codemirror.next": "^0.3.5",
"y-websocket": "^3.0.0",
"yjs": "^13.6.31"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@tailwindcss/vite": "^4.3.3",
"tailwindcss": "^4.3.3",
"@sveltejs/kit": "^2.70.1",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"svelte": "^5.56.7",
"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"
}
}