test-smollm / package.json
cfahlgren1's picture
cfahlgren1 HF staff
finally figured out the dockerfile :)
5183689
raw
history blame contribute delete
No virus
840 Bytes
{
"name": "smolplayground",
"version": "0.0.1",
"private": true,
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"svelte": "^4.2.7",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@mlc-ai/web-llm": "^0.2.60",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1"
}
}