Files
TypstDrive/package.json
T
2026-04-04 23:22:30 -04:00

43 lines
1.2 KiB
JSON

{
"name": "typstdrive",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.56.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"svelte": "^5.55.1",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.6.0"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@iconify/svelte": "^5.2.1",
"codemirror": "^6.0.2",
"codemirror-lang-typst": "^0.4.0",
"y-codemirror.next": "^0.3.5",
"y-websocket": "^3.0.0",
"yjs": "^13.6.30"
}
}