-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.7 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
{
"name": "wagga-church-of-christ",
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify",
"version": "0.1.0",
"dependencies": {
"@babel/core": "^7.9.0",
"@types/googlemaps": "^3.39.3",
"@types/jquery": "^3.3.34",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.9.26",
"@types/react-helmet": "^5.0.15",
"@types/react-slick": "^0.23.4",
"@types/styled-components": "^5.0.1",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.4.1",
"chalk": "^3.0.0",
"contentful-import": "^7.7.0",
"css-loader": "^3.4.2",
"gatsby": "^2.20.7",
"gatsby-image": "^2.3.1",
"gatsby-plugin-canonical-urls": "^2.2.1",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-google-gtag": "^2",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-nprogress": "^2.2.1",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-images-contentful": "^2.2.2",
"gatsby-source-contentful": "^2.2.5",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"graphql": "^14.6.0",
"inquirer": "^7.1.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.23.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"postcss": "^7.0.27",
"postcss-loader": "^3.0.0",
"prismjs": "^1.19.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-reftagger": "^1.0.0",
"react-slick": "^0.25.2",
"sass-loader": "^8.0.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.1",
"webpack": "^4.42.1"
},
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"test": "npm run lint:css && npm run lint:js && npm run check-pretty",
"dev": "gatsby develop",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier -l {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\"",
"clean": "rm -rf public .cache"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-gatsby-standard": "^2.1.1",
"prettier": "^2.0.2",
"stylelint": "^13.2.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
}
}