-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.64 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.64 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
{
"name": "ticker",
"version": "0.02",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.5.0",
"@mantine/hooks": "^7.10.1",
"@radix-ui/primitive": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"babel-plugin-react-compiler": "^0.0.0-experimental-938cd9a-20240601",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.383.0",
"luxon": "^3.4.4",
"next": "^15.3.0-canary.22",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.51.5",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-long-press": "^3.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^8",
"eslint-config-next": "^15.0.0-rc.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}