-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "tickly",
"version": "2.1.0",
"description": "A timer web app with PWA support.",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clerk/nextjs": "^4.29.3",
"@ducanh2912/next-pwa": "latest",
"@radix-ui/react-dialog": "latest",
"@vercel/kv": "^0.2.2",
"autoprefixer": "latest",
"chart.js": "latest",
"class-variance-authority": "latest",
"clsx": "latest",
"immer": "latest",
"lucide-react": "latest",
"moment": "latest",
"next": "canary",
"openai-edge": "latest",
"postcss": "latest",
"react": "next",
"react-dom": "next",
"react-icons": "latest",
"tailwind-merge": "latest",
"tailwindcss": "latest",
"tailwindcss-animate": "latest",
"zustand": "latest"
}
}