-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.71 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
{
"name": "cms-clubs",
"private": true,
"description": "CMS Club Website",
"version": "0.2.0",
"author": "Computer Science Enrichment Club",
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/google-calendar": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"gatsby": "^2.24.4",
"gatsby-image": "^2.2.14",
"gatsby-plugin-google-analytics": "^2.1.17",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.1.5",
"gatsby-plugin-manifest": "^2.2.9",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.5",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.15",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.4",
"gatsby-source-filesystem": "^2.1.18",
"gatsby-transformer-json": "^2.2.6",
"gatsby-transformer-sharp": "^2.2.12",
"googleapis": "^39.2.0",
"netlify-cms": "^2.10.54",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.6.1",
"react-loadable": "^5.5.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "rm -rf .cache public",
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"analyze": "webpack --profile --json > .cache/stats.json && webpack-bundle-analyzer .cache/stats.json",
"start": "npm run develop",
"serve": "gatsby serve"
}
}