mirror of
https://github.com/aculix/negotium.git
synced 2026-09-11 07:28:17 +00:00
29 lines
627 B
JSON
29 lines
627 B
JSON
{
|
|
"name": "negotium-todo",
|
|
"version": "2.2.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",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.3.0",
|
|
"svelte": "^5.56.9",
|
|
"vite": "^8.2.1",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"keywords": [
|
|
"todo",
|
|
"svelte",
|
|
"productivity",
|
|
"minimal"
|
|
],
|
|
"author": "Negotium",
|
|
"license": "MIT"
|
|
}
|