Added settings, enabled calendar

This commit is contained in:
dohsimpson
2024-12-31 13:58:14 -05:00
parent c4f0db329b
commit 7195f0d1f2
18 changed files with 493 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "habittrove",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@@ -8,8 +8,7 @@
"start": "next start",
"lint": "next lint",
"docker-build": "docker build -t habittrove .",
"docker-run": "docker run -p 3000:3000 -v $(pwd)/data:/app/data habittrove",
"docker-push": "docker tag habittrove dohsimpson/habittrove && docker push dohsimpson/habittrove"
"docker-run": "docker run -p 3000:3000 -v $(pwd)/data:/app/data habittrove"
},
"dependencies": {
"@next/font": "^14.2.15",
@@ -18,6 +17,7 @@
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@types/canvas-confetti": "^1.9.0",
"@uiw/react-heat-map": "^2.3.2",