-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "W",
"version": "0.0.1",
"description": "Steganography + Crypto + NFTs",
"private": true,
"license": "BUSL-1.1",
"resolutions": {
"lit": "3.0.0"
},
"scripts": {
"dev": "pnpm wagmi && next dev",
"build": "pnpm wagmi && next build",
"wagmi": "wagmi generate",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/hash": "^5.7.0",
"@next/bundle-analyzer": "^13.5.4",
"@nextui-org/react": "^2.1.13",
"@rainbow-me/rainbowkit": "^1.1.1",
"@types/mime": "^3.0.2",
"@wagmi/cli": "^1.5.1",
"@wagmi/core": "^1.4.3",
"@web3modal/wagmi": "^3.1.0",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"ethers": "^6.8.0",
"formidable": "^3.5.1",
"framer-motion": "^10.16.4",
"lit": "3.0.0",
"lokijs": "^1.5.12",
"mime": "^3.0.0",
"next": "^13.4.0",
"path": "^0.12.7",
"pino-pretty": "^10.2.0",
"pngjs": "^7.0.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.11.0",
"util": "^0.12.5",
"viem": "^1.16.2",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"nft.storage": "^7.1.1",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
}
}