negotium/package.json
Aculix Technologies 876ba3c835 first commit
2025-10-16 14:16:01 +05:30

29 lines
600 B
JSON

{
"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"
}
}