-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.13 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
{
"name": "gatsby-starter-gcn",
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify",
"version": "2.1.3",
"repository": "https://github.com/ryanwiemer/gatsby-starter-gcn",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"dependencies": {
"2": "^3.0.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdx-js/react": "^1.6.22",
"@styled-icons/boxicons-regular": "^10.23.0",
"@styled-icons/fa-solid": "^10.26.0",
"acorn": "^6.4.2",
"algoliasearch": "^4.8.4",
"babel-plugin-styled-components": "^1.12.0",
"chalk": "^3.0.0",
"contentful-import": "^7.9.33",
"dotenv": "^8.2.0",
"eslint-config-react-app": "^5.2.1",
"gatsby": "^2.31.1",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-cli": "^2.18.0",
"gatsby-image": "^2.10.0",
"gatsby-plugin-algolia": "^0.15.0",
"gatsby-plugin-catch-links": "^2.9.0",
"gatsby-plugin-emotion": "^4.5.0",
"gatsby-plugin-google-analytics-gdpr": "0.0.5",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-netlify": "^2.10.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-remove-trailing-slashes": "^2.9.0",
"gatsby-plugin-schema-snapshot": "^1.6.0",
"gatsby-plugin-sharp": "^2.13.1",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-plugin-styled-components": "^3.9.0",
"gatsby-remark-images-contentful": "^2.9.0",
"gatsby-remark-prismjs": "^3.12.0",
"gatsby-source-contentful": "^2.3.56",
"gatsby-theme-material-ui": "^1.0.13",
"gatsby-transformer-remark": "^2.15.0",
"gatsby-transformer-sharp": "^2.11.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"path": "^0.12.7",
"preact": "^10.5.11",
"preact-render-to-string": "^5.1.12",
"prismjs": "^1.23.0",
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^6.8.2",
"styled-components": "^5.2.1",
"theme-ui": "^0.3.5",
"typescript": "^4.1.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "yarn run lint:css && yarn run lint:js && yarn run check-pretty",
"setup": "node ./bin/setup.js",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier --list-different {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\"",
"clean": "gatsby clean"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-gatsby-standard": "^2.2.0",
"prettier": "^1.19.1",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
}
}