-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
99 lines (99 loc) · 3.5 KB
/
package.json
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
{
"name": "vite-react",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "node index.js",
"dev": "vite --port=3000",
"build": "tsc && vite build",
"lint": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@rainbow-me/rainbowkit": "^2.0.0",
"@tanstack/react-query": "^5.20.5",
"@tsparticles/basic": "3.1.0",
"@tsparticles/engine": "3.1.0",
"@tsparticles/interaction-external-attract": "3.1.0",
"@tsparticles/interaction-external-bounce": "3.1.0",
"@tsparticles/interaction-external-bubble": "3.1.0",
"@tsparticles/interaction-external-connect": "3.1.0",
"@tsparticles/interaction-external-grab": "3.1.0",
"@tsparticles/interaction-external-pause": "3.1.0",
"@tsparticles/interaction-external-push": "3.1.0",
"@tsparticles/interaction-external-remove": "3.1.0",
"@tsparticles/interaction-external-repulse": "3.1.0",
"@tsparticles/interaction-external-slow": "3.1.0",
"@tsparticles/interaction-external-trail": "3.1.0",
"@tsparticles/interaction-particles-attract": "3.1.0",
"@tsparticles/interaction-particles-collisions": "3.1.0",
"@tsparticles/interaction-particles-links": "3.1.0",
"@tsparticles/move-base": "3.1.0",
"@tsparticles/move-parallax": "3.1.0",
"@tsparticles/plugin-absorbers": "3.1.0",
"@tsparticles/plugin-easing-quad": "3.1.0",
"@tsparticles/plugin-emitters": "3.1.0",
"@tsparticles/plugin-emitters-shape-circle": "3.1.0",
"@tsparticles/plugin-emitters-shape-square": "3.1.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/shape-circle": "3.1.0",
"@tsparticles/shape-emoji": "3.1.0",
"@tsparticles/shape-image": "3.1.0",
"@tsparticles/shape-line": "3.1.0",
"@tsparticles/shape-polygon": "3.1.0",
"@tsparticles/shape-square": "3.1.0",
"@tsparticles/shape-star": "3.1.0",
"@tsparticles/shape-text": "3.1.0",
"@tsparticles/slim": "3.1.0",
"@tsparticles/updater-color": "3.1.0",
"@tsparticles/updater-destroy": "3.1.0",
"@tsparticles/updater-life": "3.1.0",
"@tsparticles/updater-opacity": "3.1.0",
"@tsparticles/updater-out-modes": "3.1.0",
"@tsparticles/updater-roll": "3.1.0",
"@tsparticles/updater-rotate": "3.1.0",
"@tsparticles/updater-size": "3.1.0",
"@tsparticles/updater-stroke-color": "3.1.0",
"@tsparticles/updater-tilt": "3.1.0",
"@tsparticles/updater-twinkle": "3.1.0",
"@tsparticles/updater-wobble": "3.1.0",
"abi-decoder": "^2.4.0",
"axios": "^1.6.7",
"dotenv": "^16.4.4",
"ethers": "^6.11.0",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-minimal-pie-chart": "^8.4.0",
"react-router-dom": "^6.22.0",
"react-tsparticles": "^1.37.5",
"react-use": "^17.5.0",
"string-width": "4.2.3",
"styled-components": "^6.1.8",
"swiper": "^11.0.6",
"tsparticles": "3.1.0",
"viem": "^2.7.9",
"wagmi": "^2.5.7",
"web3": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.1.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.1.0",
"@wagmi/cli": "^2.1.0",
"buffer": "^6.0.3",
"sass": "^1.70.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"engines": {
"node": "18.x"
}
}