-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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": "reth_skimmer",
"version": "0.0.1",
"description": "",
"source": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html --open",
"build": "rm -rf dist && npx tailwindcss -i ./src/input.css -o ./dist/output.css && parcel build index.html --public-url ./",
"predeploy": "rm -rf dist && npx tailwindcss -i ./src/input.css -o ./dist/output.css && parcel build ./*.html --public-url ./",
"deploy": "echo reth-skimmer.haurog.xyz > ./dist/CNAME && gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@rainbow-me/rainbowkit": "^1.0.4",
"@tailwindcss/forms": "^0.5.3",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tailwindcss-datepicker": "^1.6.0",
"react-toast": "^1.0.3",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.14.0",
"tailwindcss": "^3.2.4",
"use-debounce": "^9.0.2",
"viem": "^1.2.9",
"wagmi": "^1.3.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"buffer": "^5.7.1",
"cssnano": "^5.1.14",
"gh-pages": "^6.1.1",
"parcel": "^2.8.2",
"process": "^0.11.10",
"util": "^0.12.5"
}
}