-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.91 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.91 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "gnars-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"proposal:funding:poc": "tsx scripts/proposal-funding-poc.ts"
},
"dependencies": {
"@0xsplits/splits-sdk": "^6.3.0",
"@buildeross/hooks": "^0.1.3",
"@buildeross/sdk": "^0.1.3",
"@farcaster/miniapp-sdk": "^0.2.1",
"@hookform/resolvers": "^5.2.1",
"@next/third-parties": "^16.2.6",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@rainbow-me/rainbowkit": "^2.2.10",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@tanstack/react-query": "^5.85.5",
"@zoralabs/coins-sdk": "^0.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.24",
"gl-matrix": "^3.4.4",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"import-in-the-middle": "1.14.2",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.542.0",
"minisearch": "^7.1.2",
"next": "16.2.4",
"next-intl": "^4.11.2",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.13",
"ogl": "^1.0.11",
"pg": "^8.21.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-globe.gl": "^2.37.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-leaflet-markercluster": "5.0.0-rc.0",
"react-markdown": "^10.1.0",
"recharts": "2.15.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"require-in-the-middle": "7.5.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"thirdweb": "^5.119.4",
"three": "^0.182.0",
"vaul": "^1.1.2",
"viem": "^2.36.0",
"wagmi": "^2.16.9",
"zod": "^4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.21",
"@types/leaflet-draw": "^1.0.13",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^20",
"@types/nodemailer": "^8.0.1",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"@vitest/coverage-v8": "^4.1.5",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.6.2",
"shadcn": "^3.6.2",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.3.7",
"typescript": "^5",
"vitest": "^4.1.5"
}
}