-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 KB
/
package.json
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.2",
"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.21.0",
"@nuxthub/core": "0.8.11",
"@pinia/colada": "^0.13.5",
"@pinia/colada-nuxt": "0.0.4",
"@pinia/nuxt": "^0.9.0",
"canvas-confetti": "^1.9.3",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.38.4",
"h3-zod": "^0.5.3",
"marked": "^15.0.6",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "0.5.7",
"pinia": "^2.3.1",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.1"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.23",
"@types/canvas-confetti": "^1.9.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"wrangler": "^3.107.3"
}
}