-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.12 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": "mgh-physics",
"HomePage": "https://mgh-physics.now.sh",
"description": "An opinionated starter project for creating lightning-fast websites with Gatsby v2 and Netlify CMS v2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/thriveweb/yellowcake"
},
"dependencies": {
"@reach/router": "^1.2.1",
"dom-form-serializer": "^1.0.7",
"gatsby": "^2.17.7",
"gatsby-image": "^2.2.30",
"gatsby-plugin-google-tagmanager": "^2.1.15",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-netlify": "^2.1.23",
"gatsby-plugin-netlify-cms": "^4.1.26",
"gatsby-plugin-nprogress": "^2.1.12",
"gatsby-plugin-offline": "^3.0.17",
"gatsby-plugin-postcss": "^2.1.13",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-remark": "^2.6.32",
"gatsby-transformer-sharp": "^2.3.2",
"gatsby-transformer-yaml": "^2.2.15",
"google-map-react": "^1.1.5",
"lodash": "^4.17.15",
"lodash.clonedeep": "^4.5.0",
"modern-normalize": "^0.5.0",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.13.0",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-markdown": "^4.2.2",
"react-photoswipe": "^1.3.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run clean && npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "rm -rf .cache public",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del-cli": "^3.0.0",
"prettier": "^1.18.2"
}
}