forked from OmakaseaNFT/love-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
45
46
{
"name": "love-game",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "NEXT_PUBLIC_NODE_ENV=dev next dev",
"build": "next build",
"start": "next start -p 3030",
"lint": "next lint",
"startDev": "NEXT_PUBLIC_NODE_ENV=dev next build && next start -p 3030",
"prepare": "husky install && chmod ug+x .husky/*"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.1.0",
"@metamask/eth-sig-util": "^6.0.0",
"@rainbow-me/rainbowkit": "^1.0.1",
"@vercel/analytics": "^1.0.1",
"@vercel/kv": "^0.2.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"ethers": "5",
"gsap": "^3.12.1",
"husky": "^8.0.3",
"moment": "^2.29.4",
"next": "^13.4.3",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotjar": "5",
"react-icons": "^4.8.0",
"react-range": "^1.8.14",
"socket.io-client": "^4.7.0",
"tailwindcss": "^3.3.2",
"viem": "~0.3.35",
"wagmi": "^1.0.8"
},
"devDependencies": {
"@typechain/ethers-v5": "^11.1.1",
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"typechain": "^8.3.1",
"typescript": "^5.0.4"
}
}