-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "beamer-bridge-merkle-drop-website",
"version": "0.8.0",
"private": true,
"devDependencies": {
"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",
"ethereum-address": "^0.0.4",
"mathjs": "^12.1.0",
"moment-timezone": "^0.5.43",
"prettier": "^3.1.0",
"react-notify-toast": "^0.5.1",
"tailwindcss": "^3.3.5",
"web3": "^4.2.2"
},
"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"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"chart.js": "^4.4.0",
"gatsby": "^5.12.11",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"jquery": "^3.7.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-youtube": "^10.1.0"
}
}