-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "manukau-tramping-web-site",
"description": "Manukau Tramping Club Web Site.",
"version": "1.8.0",
"author": "Colin Henwood",
"dependencies": {
"@contentful/rich-text-types": "^16.3.0",
"@hookform/resolvers": "^1.0.0",
"bulma": "^0.9.4",
"gatsby": "^4.25.7",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-layout": "^1.3.13",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-netlify": "^4.4.0",
"gatsby-plugin-offline": "^4.15.0",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^4.15.0",
"gatsby-plugin-sass": "^4.15.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^4.11.0",
"gatsby-source-contentful": "^5.15.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"moment": "^2.29.1",
"node-sass": "^4.14.0",
"postcss": "^8.4.30",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
},
"keywords": [
"gatsby",
"bulma",
"starter",
"kit",
"template"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
}
}