-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 865 Bytes
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
{
"name": "nullstate",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "16.2.6",
"react": "^18",
"react-dom": "^18",
"groq-sdk": "^0.3.3",
"framer-motion": "^11.3.8",
"@tanstack/react-query": "^5.51.21",
"wagmi": "^3.0.0",
"@wagmi/core": "^2.13.3",
"viem": "^2.19.3",
"@rainbow-me/rainbowkit": "^2.1.6",
"lucide-react": "^0.414.0",
"clsx": "^2.1.1",
"firebase": "^11.0.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"tailwindcss": "^3.4.1",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"eslint": "^8",
"eslint-config-next": "14.2.5"
}
}