-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.01 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.01 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
{
"name": "zero-dash-client",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@duneanalytics/client-sdk": "^0.1.5",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@octokit/rest": "^20.1.1",
"@rainbow-me/rainbowkit": "^2.0.8",
"@supabase/supabase-js": "^2.43.2",
"@tanstack/react-query": "^5.36.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chart.js": "^2.9.41",
"@types/lodash": "^4.17.4",
"@types/react-datepicker": "^6.2.0",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@types/superagent": "^8.1.7",
"@types/three": "^0.164.0",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.2",
"abitype": "^1.0.2",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"cheerio": "^1.0.0-rc.12",
"clipboardy": "^4.0.0",
"date-fns": "^3.6.0",
"graphql-request": "^7.0.1",
"lodash": "^4.17.21",
"millify": "^6.1.0",
"next": "14.2.3",
"pino-pretty": "^11.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.9.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"recharts": "^2.12.7",
"slick-carousel": "^1.8.1",
"superagent": "^9.0.2",
"three": "^0.164.1",
"viem": "2.x",
"wagmi": "^2.9.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
}
}
}