term-comparison / package.json
Tobias Brugger
add config files loading and display
9976904
raw
history blame contribute delete
621 Bytes
{
"name": "svelte",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/js-yaml": "^4.0.9",
"svelte": "^5.28.1",
"svelte-check": "^4.1.6",
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"dependencies": {
"@huggingface/hub": "^2.7.1",
"js-yaml": "^4.1.1",
"marked": "^17.0.1"
}
}