forked from 2enology/binkybunny-presale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "with-next",
"private": true,
"version": "0.0.74",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@rainbow-me/rainbowkit": "1.3.1",
"@types/nprogress": "^0.2.3",
"animate.css": "^4.1.1",
"chart.js": "^4.0.0",
"ethers": "^5.7.1",
"moralis": "^2.23.2",
"next": "^13.4.19",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.3.1",
"react-minimal-pie-chart": "^8.4.0",
"react-odometerjs": "^3.1.0",
"react-spinners-kit": "^1.9.1",
"react-toastify": "^8.2.0",
"react-transition-group": "^4.4.5",
"viem": "~1.19.15",
"wagmi": "~1.4.12"
},
"devDependencies": {
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"@types/react-transition-group": "^4.4.10",
"autoprefixer": "^10.4.16",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.0.4"
}
}