-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (63 loc) · 1.92 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
61
62
63
64
{
"name": "brevity",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"indexer:build": "yarn workspace event-processor-nfts build",
"dev": "next dev",
"build": "yarn indexer:build && next build",
"start": "next start",
"anvil": "anvil",
"forge:build": "yarn exec forge build",
"deploy": "yarn ts-node src/scripts/deploy.ts",
"test": "yarn exec forge test",
"anvil:deploy": "npm-run-all -p -r anvil deploy"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@rainbow-me/rainbowkit": "^0.12.13",
"@tokenbound/sdk": "^0.2.0",
"daisyui": "^2.51.6",
"ethereum-indexer-browser": "^0.6.5",
"ethereum-indexer-js-processor": "^0.6.4",
"jszip": "^3.10.1",
"next": "^13.3.1",
"next-themes": "^0.2.1",
"next-usequerystate": "^1.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-json-view": "^1.21.3",
"sharp": "^0.32.0",
"swr": "^2.1.5",
"viem": "^0.3.19",
"wagmi": "^0.12.13",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@openzeppelin/contracts": "4.7.3",
"@solidstate/contracts": "^0.0.52",
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.4",
"@types/react": "18.2.6",
"@types/shelljs": "^0.8.11",
"@types/yargs": "^17.0.24",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.2",
"eip-1193": "^0.2.3",
"eth-hooks": "5.0.2-beta27",
"lodash": "^4.17.21",
"lowdb": "6.0.1",
"npm-run-all": "^4.1.5",
"shelljs": "^0.8.5",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"yargs": "^17.7.2",
"zod": "^3.19.1"
},
"private": true,
"workspaces": [
"event-processor-nfts"
]
}