-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·84 lines (84 loc) · 2.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "yellowcake",
"HomePage": "https://yellowcake.netlify.com/",
"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": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@reach/router": "^1.2.1",
"date-fns": "^1.30.1",
"dom-form-serializer": "^1.0.7",
"font-awesome": "^4.7.0",
"gatsby": "^2.0.97",
"gatsby-image": "^2.0.27",
"gatsby-link": "^2.2.22",
"gatsby-plugin-facebook-sdk": "^1.0.6",
"gatsby-plugin-google-tagmanager": "^2.1.4",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cms": "^4.1.6",
"gatsby-plugin-nprogress": "^2.0.7",
"gatsby-plugin-offline": "^2.0.21",
"gatsby-plugin-postcss": "^2.0.2",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.0.18",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-slug": "^1.0.1",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-relative-images": "^0.2.1",
"gatsby-remark-responsive-iframe": "^2.0.8",
"gatsby-source-filesystem": "^2.0.17",
"gatsby-transformer-remark": "^2.2.0",
"gatsby-transformer-sharp": "^2.1.12",
"gatsby-transformer-yaml": "^2.1.7",
"google-map-react": "^1.1.2",
"lodash": "^4.17.11",
"lodash.clonedeep": "^4.5.0",
"modern-normalize": "^0.5.0",
"netlify-cms": "^2.3.3",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.11.0",
"postcss-preset-env": "^6.5.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-countup": "^4.2.2",
"react-dom": "^16.7.0",
"react-facebook": "^8.0.4",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.6",
"react-photoswipe": "^1.3.0",
"react-share": "^3.0.1",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run clean && npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"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": {
"@fortawesome/fontawesome-free": "^5.11.2",
"del-cli": "^2.0.0",
"prettier": "^1.16.1"
}
}