-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 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
{
"name": "helios-beta-mainnet-react",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-social": "node scripts/generate-social-image.js"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@iconify/react": "^5.2.1",
"@marsidev/react-turnstile": "^1.1.0",
"@nivo/pie": "^0.99.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@reown/appkit": "^1.8.10",
"@reown/appkit-adapter-wagmi": "^1.8.10",
"@t3-oss/env-nextjs": "^0.13.0",
"@tanstack/react-query": "^5.74.7",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"ethers": "^6.13.5",
"framer-motion": "^12.6.3",
"hcaptcha": "^0.2.0",
"lucide-react": "^0.487.0",
"next": "15.2.8",
"nextjs-toploader": "^3.8.16",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-particles": "^2.12.2",
"react-toastify": "^11.0.5",
"sass": "^1.86.3",
"sonner": "^2.0.3",
"tsparticles-engine": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"usehooks-ts": "^3.1.1",
"viem": "^2.28.0",
"wagmi": "^2.15.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"canvas": "^3.1.0",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}