-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.66 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.66 KB
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
{
"name": "tokel",
"version": "1.0.0",
"private": true,
"description": "tokel",
"author": "piggydoughnut",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:fix": "node_modules/eslint/bin/eslint.js './src/' --ext .js,.ts,.tsx --fix",
"lint": "node_modules/eslint/bin/eslint.js './src/' --ext .js,.ts,.tsx"
},
"dependencies": {
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"axios": "0.21.1",
"bn.js": "^5.2.1",
"dot-prop-immutable": "^2.1.1",
"formik": "^2.2.9",
"gatsby": "^2.32.3",
"gatsby-image": "2.11.0",
"gatsby-omni-font-loader": "1.3.0",
"gatsby-plugin-emotion": "5.4.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-matomo": "0.10.0",
"gatsby-plugin-offline": "3.10.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-sharp": "2.14.1",
"gatsby-plugin-sitemap": "2.12.0",
"gatsby-source-filesystem": "2.11.0",
"gatsby-transformer-sharp": "2.12.0",
"qrcode.react": "^3.0.1",
"react": "^16.13.1",
"react-countdown-hook": "1.1.0",
"react-dom": "^16.13.1",
"react-helmet": "6.1.0",
"react-onclickoutside": "^6.12.1",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21",
"satoshi-bitcoin": "^1.0.5",
"svgjs": "^2.6.2",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.19.0",
"eslint-plugin-react": "7.22.0",
"eslint-webpack-plugin": "2.5.0",
"gatsby-plugin-eslint": "3.0.0",
"gatsby-plugin-root-import": "^2.0.8"
}
}