forked from amacss-utsc/amacss_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "amacss-frontend",
"private": true,
"description": "Frontend for the AMACSS site",
"version": "0.1.0",
"author": "Samiul Haque <[email protected]>",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/google-calendar": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@mui/material": "^5.10.12",
"@svgr/webpack": "^6.5.1",
"gatsby": "^4.24.7",
"gatsby-image": "^3.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-styled-components": "^5.24.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-google-calendar": "^1.1.3",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-sharp": "^4.24.0",
"google-maps-react": "^2.0.6",
"node": "^14.21.0",
"node-sass": "^7.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-google-maps": "^9.4.5",
"react-helmet": "^6.1.0",
"react-loadable": "^5.5.0",
"react-scripts": "^5.0.1",
"react-scrollspy": "^3.4.3",
"remark-mdx": "^2.1.5",
"sharp": "^0.31.2",
"styled-components": "^5.3.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"now-build": "yum -y install libpng-devel && gatsby build",
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"format": "prettier --write \"src/**/*.js\"",
"clean": "gatsby clean"
},
"devDependencies": {
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"prettier": "^2.7.1"
}
}