mirror of
https://github.com/aculix/negotium.git
synced 2025-12-06 08:48:17 +00:00
29 lines
600 B
JSON
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"
|
|
}
|
|
}
|