-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.38 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
{
"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 <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"babel-plugin-styled-components": "^1.10.7",
"chalk": "^3.0.0",
"contentful-import": "^7.6.2",
"gatsby": "^2.19.12",
"gatsby-awesome-pagination": "^0.3.5",
"gatsby-image": "^2.2.40",
"gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-netlify": "^2.1.32",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-schema-snapshot": "^1.0.0",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-remark-autolink-headers": "^2.1.24",
"gatsby-remark-images-contentful": "^2.1.31",
"gatsby-remark-prismjs": "^3.3.31",
"gatsby-source-contentful": "^2.1.85",
"gatsby-transformer-remark": "^2.6.50",
"inquirer": "^7.0.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"path": "^0.12.7",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.12.20",
"theme-ui": "^0.3.1"
},
"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",
"@hot-loader/react-dom": "^16.13.0",
"stylelint": "^13.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
}
}