-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
138 lines (138 loc) · 3.63 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "tickup",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint.perf": "oxlint -D perf",
"prepare": "husky install && chmod +x ./node_modules/.bin/biome",
"test.unit": "vitest --passWithNoTests"
},
"dependencies": {
"@builder.io/partytown": "0.8.1",
"@builder.io/react-hydration-overlay": "0.0.5",
"@clerk/nextjs": "4.28.1",
"@planetscale/database": "1.13.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@techmely/utils": "1.9.6",
"@upstash/ratelimit": "1.0.0",
"@vercel/edge": "1.1.1",
"@vercel/kv": "1.0.1",
"@wasmer/sdk": "0.5.1",
"argon2": "0.31.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"consola": "3.2.3",
"date-fns": "^3.0.0",
"inversify": "6.0.2",
"jose": "5.1.3",
"kysely": "0.26.3",
"kysely-planetscale": "1.4.0",
"lucide-react": "^0.298.0",
"million": "2.6.4",
"mitt": "3.0.1",
"nanoid": "5.0.4",
"next": "14.0.4",
"ofetch": "1.3.3",
"pino": "8.17.1",
"react": "18.3.0-next-fecc288b7-20221025",
"react-day-picker": "^8.9.1",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"react-use": "17.4.2",
"reflect-metadata": "0.2.1",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"ts-essentials": "9.4.1",
"ts-pattern": "5.0.6",
"unstorage": "1.10.1",
"valibot": "0.24.1",
"zustand": "4.4.7"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@cucumber/cucumber": "10.0.1",
"@cucumber/html-formatter": "21.1.0",
"@cucumber/messages": "^24.0.0",
"@cucumber/pretty-formatter": "1.0.0",
"@next/bundle-analyzer": "14.0.4",
"@playwright/test": "1.40.1",
"@playwright/test-runner": "0.9.24",
"@techmely/types": "1.5.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitest/coverage-v8": "1.0.4",
"artillery": "2.0.3",
"autoprefixer": "^10.4.16",
"cucumber-console-formatter": "1.0.0",
"cucumber-html-reporter": "7.1.1",
"husky": "8.0.3",
"knip": "3.8.3",
"kysely-codegen": "0.11.0",
"oxlint": "0.0.21",
"pixelmatch": "5.3.0",
"pngjs": "7.0.0",
"postcss": "^8.4.32",
"speedscope": "1.16.0",
"tailwindcss": "^3.3.7",
"tasuku": "2.0.1",
"tsarch": "5.3.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "0.17.2",
"vitest": "1.0.4",
"zx": "7.2.3"
},
"keywords": [
"stripe",
"sentry",
"gsap",
"openai",
"animatejs",
"tauri",
"tailwindcss",
"github-actions",
"planetscale",
"vercel",
"radix-ui",
"clerk",
"millionjs",
"langchain",
"biomejs",
"nextjs",
"nextjs14",
"nodejs",
"backend",
"javascript",
"development",
"typescript",
"ddd",
"best-practices",
"clean-code",
"architecture",
"domain-driven-design",
"design-patterns",
"clean-architecture",
"onion-architecture",
"hexagonal-architecture",
"architectural-patterns",
"solid-principles",
"system-design",
"secure-by-design"
]
}