This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.69 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "future-frontend",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"@tanstack/react-query": "^5.76.1",
"@tanstack/react-virtual": "^3.13.9",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"ethers": "^6.11.1",
"i18next": "23.2.3",
"luxon": "^3.6.1",
"next": "14.2.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.3",
"socket.io-client": "^4.7.4",
"styled-components": "^6.1.17",
"typescript": "^5.5.3",
"viem": "^2.27.2",
"wagmi": "^2.14.16"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"eslintConfig": {
"extends": [
"next/core-web-vitals"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.35",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/d3": "^7.4.3",
"@types/luxon": "^3.6.2",
"autoprefixer": "^10.4.17",
"d3": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.35",
"eslint-plugin-import": "^2.29.1",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.35",
"postcss-import": "^16.0.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1"
},
"resolutions": {
"typescript": "^5.5.3"
}
}