-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.92 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
{
"name": "makerspace-home",
"version": "1.0.0",
"private": true,
"description": "makerspace-home",
"author": "Cameron Steele",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/google-calendar": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.1",
"framer-motion": "^6.3.3",
"gatsby": "^4.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^4.14.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify-cms": "^6.17.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.14.0",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-remark-images": "^6.15.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"moment": "^2.29.3",
"netlify-cms-app": "^2.15.72",
"papaparse": "^5.3.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icalendar-link": "^3.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.1.0",
"react-loadable": "^5.5.0",
"react-scroll": "^1.8.7",
"source-map": "^0.8.0-beta.0",
"styled-components": "^5.3.5",
"swiper": "^8.1.4"
},
"resolutions": {
"source-map": "^0.8.0-beta.0"
}
}