-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "next-dapp",
"description": "Next Web3 dApp template",
"author": "panoptisDev",
"version": "0.3.4",
"private": true,
"license": "MIT License",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.39.0",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"ethers": "^6.13.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"viem": "^2.13.6",
"wagmi": "^2.9.8"
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/js": "^9.3.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.12.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.3.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"lodash.merge": "^4.6.2",
"postcss": "^8.4.38",
"react-dom": "^18.3.1",
"sass": "^1.77.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0"
},
"overrides": {
"i18next": "23.11.5"
},
"engines": {
"node": "20.12.2"
}
}