-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "mfasa-on-algorand",
"version": "1.0.0",
"private": true,
"description": "MFASA on Algorand",
"author": "Alfonso Gonzalez",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@hookform/resolvers": "^1.3.4",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.11.3",
"@reach/router": "^1.3.4",
"algosdk": "^1.8.1",
"axios": "^0.21.1",
"date-fns": "^2.17.0",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"gatsby": "^2.26.1",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-prettier-eslint": "^1.0.4",
"gatsby-theme-material-ui": "^1.0.13",
"moment": "^2.29.1",
"notistack": "^1.0.7",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-hook-form": "^6.15.1",
"react-select": "^4.0.2",
"react-table": "^7.6.3",
"styled-components": "^5.2.1",
"yup": "^0.32.8"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}