-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "beamer-bridge-merkle-drop-website",
"version": "0.8.0",
"private": true,
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.54.0",
"eslint-config-react-app": "^7.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.1.0",
"react-notify-toast": "^0.5.1",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"web3": "^4.3.0"
},
"scripts": {
"format": "eslint ./src/**/*.js ./webpack.*.js --fix",
"prettier:big-tabs": "prettier --write --print-width 120 --no-semi --single-quote --tab-width 4 './src/**/*.js'",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"generate-abis": "ts-node ./scripts/gen.ts src/features/common/abi"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@web3modal/ethers": "^3.5.7",
"ethers": "^6.10.0",
"gatsby": "^5.13.0",
"gatsby-plugin-postcss": "^6.13.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-youtube": "^10.1.0"
}
}