-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.95 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
{
"name": "gatsby-starter-essentials",
"version": "0.1.1",
"description": "A simple Gatsby starter bundled with essential tools",
"keywords": [
"gatsby",
"starter",
"essentials",
"mkit"
],
"scripts": {
"prepare": "husky install",
"clean": "gatsby clean",
"format": "prettier --write \"src\"",
"lint": "eslint --fix \"src\"",
"develop": "gatsby develop --open -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"release": "standard-version"
},
"dependencies": {
"gatsby": "^3.14.0",
"gatsby-plugin-facebook-pixel": "^1.0.6",
"gatsby-plugin-google-analytics": "^3.13.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-nprogress": "^3.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sitemap": "^4.10.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"husky": "^7.0.0",
"prettier": "^2.3.0",
"standard-version": "^9.3.0"
},
"author": "MK IT Ltd. <[email protected]>",
"homepage": "https://github.com/MK-IT/gatsby-starter-essentials",
"repository": {
"type": "git",
"url": "https://github.com/MK-IT/gatsby-starter-essentials.git"
},
"bugs": {
"url": "https://github.com/MK-IT/gatsby-starter-essentials/issues"
},
"license": "MIT"
}