-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.28 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
93
94
95
96
97
98
{
"name": "gatsby-starter-gcn",
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify",
"version": "2.0.5",
"repository": "https://github.com/ryanwiemer/gatsby-starter-gcn",
"author": "Ryan Wiemer <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"babel-polyfill": "^6.26.0",
"chalk": "^2.4.2",
"classnames": "^2.2.6",
"contentful-import": "^7.5.0",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"gatsby": "^2.3.27",
"gatsby-background-image": "^0.5.5",
"gatsby-image": "^2.0.40",
"gatsby-plugin-canonical-urls": "^2.0.12",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-feed": "^2.2.3",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-netlify": "^2.0.15",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.36",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-images-contentful": "^2.0.10",
"gatsby-remark-prismjs": "^3.2.8",
"gatsby-source-contentful": "^2.0.52",
"gatsby-source-filesystem": "^2.0.31",
"gatsby-transformer-remark": "^2.3.10",
"gatsby-transformer-sharp": "^2.1.19",
"global": "^4.3.2",
"inquirer": "^6.3.1",
"intersection-observer": "^0.6.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"object-fit-images": "^3.2.4",
"path": "^0.12.7",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-plx": "^1.3.13",
"react-scroll-parallax": "^2.1.2",
"rehype-react": "^3.1.0",
"styled-components": "^4.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"browserslist": [
">0.25%",
"not dead"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"test": "npm run lint:css && npm run lint:js && npm run check-pretty",
"setup": "node ./bin/setup.js",
"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": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-gatsby-standard": "^2.1.1",
"eslint-config-prettier": "^4.2.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.8.2",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"prettier": "^1.17.1",
"stylelint": "10.0.1",
"stylelint-config-prettier": "^5.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
}
}