-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 Bytes
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"format": "npx prettier . --write",
"prepare": "husky install"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.11",
"ethers": "^6.7.1",
"lokijs": "^1.5.12",
"next": "latest",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"postcss": "^8.4.30",
"prettier": "3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"husky": "^8.0.0"
}
}