mirror of
https://github.com/aculix/negotium.git
synced 2026-09-11 07:28:17 +00:00
first commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user