40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6",
|
|
"@codemirror/commands": "^6",
|
|
"@codemirror/language": "^6",
|
|
"@codemirror/language-data": "^6",
|
|
"@codemirror/search": "^6",
|
|
"@codemirror/state": "^6",
|
|
"@codemirror/view": "^6",
|
|
"@lezer/highlight": "^1",
|
|
"@myriaddreamin/typst-ts-renderer": "0.7.0",
|
|
"@myriaddreamin/typst-ts-web-compiler": "0.7.0",
|
|
"@myriaddreamin/typst.svelte": "0.7.0",
|
|
"@myriaddreamin/typst.ts": "0.7.0",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2",
|
|
"@tauri-apps/plugin-fs": "^2",
|
|
"codemirror": "^6"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.1",
|
|
"@tsconfig/svelte": "^5.0",
|
|
"svelte": "^5.56",
|
|
"svelte-check": "^4.6",
|
|
"tslib": "^2",
|
|
"typescript": "~6.0",
|
|
"vite": "^8.0"
|
|
}
|
|
}
|