forked from Open-Sorcerer/myriad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.79 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
{
"name": "myriad",
"description": "Myriad",
"author": "Suvraneel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@farcaster/auth-kit": "^0.2.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@semaphore-protocol/group": "3",
"@semaphore-protocol/identity": "3",
"@semaphore-protocol/proof": "3.15.2",
"@spheron/storage": "^2.0.4",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.30",
"@supabase/supabase-js": "^2.39.6",
"@types/formidable": "^3.4.5",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@upstash/redis": "^1.28.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"connectkit": "^1.6.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"formidable": "^3.5.1",
"iron-session": "^6.3.1",
"nanoid": "^5.0.5",
"next": "14.1.0",
"preline": "^2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"recharts": "^2.12.0",
"siwe": "^2.1.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4",
"vaul": "^0.9.0",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"wagmi-permit": "^1.0.19",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.17",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"tailwindcss": "^3.4.1"
}
}