-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 979 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^0.12.8",
"ethers": "^5",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"wagmi": "^0.12.10"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"typescript": "4.9.4"
},
"name": "web3-starter",
"description": "A barebones web3 starter with Next, Wagmi, ConnectKit & Tailwind",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/l3wi/web3-starter.git"
},
"author": "l3wi",
"license": "MIT",
"bugs": {
"url": "https://github.com/l3wi/web3-starter/issues"
},
"homepage": "https://github.com/l3wi/web3-starter#readme"
}