first commit

This commit is contained in:
Aculix Technologies
2025-10-16 14:16:01 +05:30
commit 876ba3c835
12 changed files with 1149 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "negotium-todo",
"version": "1.0.0",
"description": "A clean, minimal to-do list application with smooth animations and dark/light mode support",
"type": "module",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.2.0",
"vite": "^5.0.0"
},
"keywords": [
"todo",
"svelte",
"productivity",
"minimal"
],
"author": "Negotium",
"license": "MIT",
"dependencies": {
"lottie-web": "^5.13.0"
}
}