-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "socio-task",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@chakra-ui/react": "^3.26.0",
"@emotion/react": "^11.14.0",
"@reown/appkit": "1.7.3",
"@reown/appkit-adapter-wagmi": "1.7.3",
"@tanstack/react-query": "^5.86.0",
"@wagmi/core": "^2.20.3",
"axios": "^1.13.1",
"jotai": "^2.15.1",
"moment": "^2.30.1",
"motion": "^12.23.19",
"next": "15.5.2",
"next-intl": "^4.3.8",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.65.0",
"react-icons": "^5.5.0",
"viem": "^2.37.3",
"wagmi": "^2.16.9"
},
"devDependencies": {
"@chakra-ui/cli": "3.27.0",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"typescript": "^5"
}
}