-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.96 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
68
69
70
{
"name": "@base-ticketing/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@eventura/db": "*",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-tabs": "^1.1.12",
"@react-email/components": "^1.0.1",
"@react-email/render": "^2.0.0",
"@reown/appkit": "^1.8.13",
"@reown/appkit-adapter-wagmi": "^1.8.13",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.81.1",
"@tanstack/react-query": "^5.0.0",
"@types/react-big-calendar": "^1.16.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ethers": "^6.9.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.400.0",
"moment": "^2.30.1",
"next": "^16.2.1",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-big-calendar": "^1.19.4",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-joyride": "^2.9.3",
"resend": "^6.5.2",
"tailwind-merge": "^2.6.0",
"use-debounce": "^10.0.6",
"viem": "^2.0.0",
"wagmi": "^2.0.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.0.1",
"@playwright/test": "^1.57.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.0.0",
"eslint-config-next": "^14.2.0",
"jsdom": "^23.0.1",
"postcss": "^8.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^1.0.4"
}
}