-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "chronos-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^9.6.0",
"@iconify/react": "^5.2.0",
"@reown/appkit": "^1.7.0",
"@reown/appkit-adapter-wagmi": "^1.7.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@wagmi/core": "^2.16.7",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ethers": "^6.13.5",
"next": "15.2.1",
"nextjs-toploader": "^3.7.15",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"recharts": "^2.15.2",
"sass": "^1.86.3",
"sonner": "^2.0.1",
"swiper": "^11.2.6",
"usehooks-ts": "^3.1.1",
"viem": "^2.24.2",
"wagmi": "^2.14.15",
"web3": "^4.16.0",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "15.2.1",
"typescript": "^5.0.0"
}
}