-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2 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
{
"name": "breadcoop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"netlify:dev": "NODE_ENV=production netlify dev",
"find-deadcode": "ts-prune | grep -v '(used in module)'",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"dependencies": {
"@breadcoop/ui": "^1.0.28",
"@duneanalytics/client-sdk": "^0.2.5",
"@hookform/resolvers": "^5.2.2",
"@lifi/sdk": "^3.16.3",
"@lifi/widget": "^3.40.12",
"@mysten/sui": "^2.16.2",
"@next/third-parties": "^15.5.3",
"@phosphor-icons/react": "^2.1.10",
"@privy-io/react-auth": "^3.13.1",
"@privy-io/wagmi": "^4.0.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@rainbow-me/rainbowkit": "^2.2.8",
"@supabase/supabase-js": "^2.50.5",
"@tanstack/react-query": "^5.85.6",
"@upstash/redis": "^1.36.2",
"@wagmi/core": "2.x.x",
"@zkp2p/sdk": "^0.3.2",
"clsx": "^2.1.1",
"next": "15.4.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.68.0",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"viem": "^2.38.1",
"wagmi": "^2.18.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unused-imports": "^4.4.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"ts-prune": "^0.10.3",
"typescript": "^5"
},
"packageManager": "pnpm@11.0.0"
}