-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "staking-app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "cross-env PORT=4100 next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "cross-env PORT=4100 next start"
},
"dependencies": {
"@next/bundle-analyzer": "^15.1.3",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.55.3",
"framer-motion": "^11.11.11",
"lodash.merge": "^4.6.2",
"next": "^14.2.10",
"next-sitemap": "^4.2.3",
"numeral": "^2.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-toastify": "^10.0.6",
"rechart": "^0.0.1",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.5",
"viem": "2.17.0",
"wagmi": "^2.12.17"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.14.8",
"@types/numeral": "^2.0.5",
"@types/react": "^18.3.5",
"@types/recharts": "^1.8.29",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "5.5.2"
}
}