-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.17 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
85
86
87
88
89
90
91
92
{
"name": "gatsby-starter-gcn",
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify",
"version": "2.0.4",
"repository": "https://github.com/ryanwiemer/gatsby-starter-gcn",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.11",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"babel-plugin-styled-components": "1.11.1",
"bootstrap": "4.5.2",
"chalk": "4.1.0",
"classnames": "^2.2.6",
"gatsby": "2.24.69",
"gatsby-awesome-pagination": "^0.3.5",
"gatsby-image": "2.4.21",
"gatsby-plugin-canonical-urls": "2.3.13",
"gatsby-plugin-catch-links": "2.3.15",
"gatsby-plugin-feed": "2.5.14",
"gatsby-plugin-google-analytics": "2.3.17",
"gatsby-plugin-google-tagmanager": "^2.2.1",
"gatsby-plugin-manifest": "2.4.34",
"gatsby-plugin-netlify": "2.3.17",
"gatsby-plugin-nprogress": "2.3.13",
"gatsby-plugin-offline": "3.2.31",
"gatsby-plugin-purgecss": "5.0.0",
"gatsby-plugin-react-helmet": "3.3.13",
"gatsby-plugin-sass": "2.3.16",
"gatsby-plugin-sharp": "2.6.39",
"gatsby-plugin-sitemap": "2.4.15",
"gatsby-plugin-styled-components": "3.3.13",
"gatsby-remark-autolink-headers": "2.3.15",
"gatsby-remark-images": "3.3.33",
"gatsby-remark-prismjs": "3.5.16",
"gatsby-source-filesystem": "2.3.33",
"gatsby-transformer-remark": "2.8.38",
"gatsby-transformer-sharp": "2.5.17",
"googleapis": "61.0.0",
"inquirer": "7.3.3",
"lodash": "4.17.20",
"moment": "2.29.1",
"node-sass": "4.14.1",
"path": "0.12.7",
"prismjs": "1.21.0",
"react": "16.13.1",
"react-adsense": "^0.1.0",
"react-bootstrap": "1.3.0",
"react-dom": "16.13.1",
"react-facebook": "8.1.4",
"react-helmet": "6.1.0",
"react-slick": "0.27.11",
"rehype-parse": "7.0.1",
"rehype-remark": "8.0.0",
"remark-stringify": "8.1.1",
"slugify": "^1.4.4",
"styled-components": "5.2.0",
"typeface-montserrat": "1.1.13",
"unified": "9.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"test": "npm run lint:css && npm run lint:js && npm run check-pretty",
"dev": "gatsby develop -p 3000",
"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": "gatsby clean"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-gatsby-standard": "2.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react-hooks": "4.1.2",
"prettier": "^2.0.5",
"stylelint": "13.7.2",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0"
}
}