notohh.dev/package.json
notohh c74a2a7733
treewide: init daisyui and tailwind-motion
mini rewrite

projects: color clickable links for slide2
2025-01-30 20:38:23 -05:00

28 lines
768 B
JSON

{
"name": "notohh.dev",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"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": "^4.0.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.0.1",
"autoprefixer": "^10.4.20",
"daisyui": "^5.0.0-beta.6",
"svelte": "^5.19.6",
"svelte-check": "^4.1.4",
"tailwindcss": "^4.0.1",
"tailwindcss-motion": "^1.0.1",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}