-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"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",
"@popperjs/core": "^2.11.8",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.55.3",
"@telegram-auth/react": "^1.0.4",
"axios": "^1.7.9",
"framer-motion": "^11.11.11",
"lodash.merge": "^4.6.2",
"next": "^14.2.10",
"next-sitemap": "^4.2.3",
"next-transpile-modules": "^10.0.1",
"numeral": "^2.0.6",
"react": "^18.3.1",
"react-discord-login": "^2.1.0",
"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/luxon": "^3.4.2",
"@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"
}
}