-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.76 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "habit",
"version": "6.1.22",
"description": "A minimalistic habit tracker application to track and manage your daily habits with ease.",
"author": {
"name": "Sefa Bulak",
"url": "https://github.com/zackha"
},
"license": "MIT",
"homepage": "https://github.com/zackha/habit",
"repository": {
"type": "git",
"url": "https://github.com/zackha/habit.git"
},
"keywords": [
"habit tracker",
"daily habits",
"task manager",
"vue 3",
"nuxt",
"drizzle orm",
"sqlite",
"confetti animation",
"tailwindcss",
"markdown support",
"typescript",
"habit tracking app",
"nuxthub",
"todo"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate",
"deploy": "bumpp"
},
"dependencies": {
"@nuxt/ui": "^2.22.3",
"@nuxthub/core": "0.9.0",
"@pinia/colada": "^0.17.6",
"@pinia/colada-nuxt": "0.2.2",
"@pinia/nuxt": "^0.11.2",
"canvas-confetti": "^1.9.3",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.31.5",
"drizzle-orm": "^0.44.6",
"h3-zod": "^0.5.3",
"marked": "^16.4.1",
"nuxt": "^4.1.3",
"nuxt-auth-utils": "0.5.25",
"pinia": "^3.0.3",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.25.76"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.55",
"@types/canvas-confetti": "^1.9.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"wrangler": "^4.43.0"
}
}