generated from kalidao/kplate-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,json}\"",
"prepare": "husky install"
},
"dependencies": {
"@kalidao/hooks": "^0.0.5",
"@kalidao/reality": "^0.0.13",
"@radix-ui/react-progress": "^1.0.1",
"@rainbow-me/rainbowkit": "^0.8.1",
"@tanstack/react-query": "^4.20.4",
"axios": "^1.2.1",
"ethers": "^5.7.1",
"lodash.merge": "^4.6.2",
"next": "12.3.1",
"pnpm": "^7.18.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.40.0",
"wagmi": "^0.9.2",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/next-plugin": "^2.1.1",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"husky": "^8.0.0",
"prettier": "^2.7.1",
"typescript": "4.8.4"
}
}