-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "pairwise-rpgf4-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eslint": "eslint . --ext .ts --ext .tsx",
"eslint:fix": "eslint . --ext .ts --ext .tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"@bandada/api-sdk": "^2.2.8",
"@ethereum-attestation-service/eas-sdk": "^2.1.4",
"@semaphore-protocol/group": "^3.11.0",
"@semaphore-protocol/identity": "^3.11.0",
"@semaphore-protocol/proof": "^3.11.0",
"@supabase/supabase-js": "^2.33.2",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query-devtools": "^5.29.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"framer-motion": "^11.1.7",
"next": "14.1.4",
"openai": "^4.52.7",
"posthog-js": "^1.139.1",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-otp-input": "^3.1.1",
"tailwind-merge": "^2.2.2",
"thirdweb": "^5.3.1",
"viem": "2.x",
"wagmi": "^2.5.19"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}