-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.51 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"homepage": "http://adadao.github.io/yoctodao-ui",
"name": "yoctodao-interface",
"version": "1.0.0",
"private": true,
"description": "yoctodao-interface",
"author": "Riley-Kilgore",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@cardano-ogmios/client": "^5.0.0",
"@cardano-ogmios/schema": "^5.0.0",
"@chakra-ui/gatsby-plugin": "^2.0.1",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.7",
"@egjs/react-infinitegrid": "^3.2.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@emurgo/cardano-serialization-lib-browser": "^9.1.0",
"@geist-ui/react": "^2.2.0",
"@geist-ui/react-icons": "^1.0.1",
"@loadable/component": "^5.15.0",
"@mdi/js": "^5.7.55",
"@mdi/react": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"babel-plugin-styled-components": "^1.12.0",
"buffer": "^6.0.3",
"charming": "^3.0.2",
"easy-peasy": "^4.0.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.9.1",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.9.0",
"gatsby-plugin-breakpoints": "^1.3.3",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-sass": "^4.9.0",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-styled-components": "^4.9.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-sharp": "^3.9.0",
"keep-alive-route": "^0.1.2",
"mobx": "^6.3.10",
"mobx-easy-form": "^1.0.8",
"mobx-react": "^7.2.1",
"mobx-react-lite": "^3.2.2",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"rc-slider": "^9.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fade-in": "^1.1.1",
"react-headroom": "^3.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-infinite-scroll-component": "^5.1.0",
"react-lazy-load-image-component": "^1.5.1",
"react-lazyload": "^3.0.0",
"react-middle-ellipsis": "^1.1.0",
"react-planet": "^1.0.1",
"react-qr-code": "^1.1.1",
"react-reveal": "^1.2.2",
"react-spinners": "^0.10.6",
"styled-components": "^5.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}