-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "space-budz",
"version": "1.0.0",
"private": true,
"description": "SpaceBudz",
"author": "Alessandro",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@egjs/react-infinitegrid": "^3.0.5",
"@geist-ui/react": "^2.1.0-canary.0",
"@geist-ui/react-icons": "^1.0.1",
"@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",
"charming": "^3.0.2",
"easy-peasy": "^4.0.1",
"gatsby": "^2.26.1",
"gatsby-background-image": "^1.4.0",
"gatsby-image": "^2.9.0",
"gatsby-plugin-breakpoints": "^1.3.1",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-sharp": "^2.10.1",
"keep-alive-route": "^0.1.2",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"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-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"
}
}