forked from VoiceDeck/app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.96 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
{
"name": "voicedeck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NEXT_DEBUG=1 next build",
"start": "next start",
"lint": "biome check --apply ./app",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint:ci": "biome ci ./app",
"prepare": "node .husky/install.mjs"
},
"dependencies": {
"@fontsource-variable/plus-jakarta-sans": "^5.0.20",
"@hookform/resolvers": "^3.3.4",
"@hypercerts-org/contracts": "2.0.0-alpha.10",
"@hypercerts-org/marketplace-sdk": "0.3.36",
"@hypercerts-org/sdk": "2.3.0-beta.4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@svgr/webpack": "^8.1.0",
"@tanstack/query-core": "^5.29.0",
"@tanstack/react-query": "^5.25.0",
"@wagmi/core": "^2.14.1",
"@web3modal/wagmi": "^4.0.13",
"abitype": "^1.0.6",
"async-mutex": "^0.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"emailjs": "^4.0.3",
"ethers": "^6.13.0",
"fuse.js": "^7.0.0",
"googleapis": "^140.0.0",
"gql.tada": "^1.8.10",
"graphql": "^16.8.2",
"graphql-request": "^7.0.1",
"html-react-parser": "^5.1.8",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"js-sha3": "^0.9.3",
"lit-html": "^3.1.2",
"lucide-react": "^0.379.0",
"next": "^14.2.16",
"nodemailer": "^6.9.14",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.0",
"remeda": "^2.17.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"use-dehydrated-state": "^0.1.0",
"vaul": "^1.1.1",
"viem": "^2.21.35",
"wagmi": "^2.12.25",
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.8",
"@biomejs/biome": "1.6.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}