It's a todo list.
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e95e284d7a5629c0a6cd8df495f8e72b0134aa71 31 lines 796 B view raw
1{ 2 "name": "easytodo.link", 3 "version": "0.0.1", 4 "private": true, 5 "scripts": { 6 "dev": "vite dev", 7 "build": "vite build", 8 "preview": "vite preview", 9 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 10 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" 11 }, 12 "devDependencies": { 13 "@sveltejs/adapter-auto": "^3.0.0", 14 "@sveltejs/kit": "^2.0.0", 15 "@sveltejs/vite-plugin-svelte": "^3.0.0", 16 "autoprefixer": "^10.4.16", 17 "daisyui": "^4.6.0", 18 "postcss": "^8.4.33", 19 "svelte": "^5.0.0-next.1", 20 "svelte-check": "^3.6.0", 21 "tailwindcss": "^3.4.1", 22 "tslib": "^2.4.1", 23 "typescript": "^5.0.0", 24 "vite": "^5.0.3" 25 }, 26 "type": "module", 27 "dependencies": { 28 "@vercel/analytics": "^1.1.1", 29 "@vercel/speed-insights": "^1.0.3" 30 } 31}