-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
44
{
"name": "web3-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.10.0",
"buffer": "^6.0.3",
"daisyui": "^2.50.1",
"ethers": "^5.7.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"sort-by": "^1.2.0",
"util": "^0.12.5",
"wagmi": "~0.11.5"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.2",
"vite": "^4.1.1",
"vite-plugin-pages": "^0.28.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}