-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.12 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
99
100
101
102
103
{
"name": "harrisjt",
"description": "Software Development, Design, and more, by HarrisJT",
"version": "1.0.1",
"private": true,
"author": "Harris Thompson <harris@harrisjt.com>",
"homepage": "https://harrisjt.com",
"keywords": [
"harrisjt",
"hjt",
"portfolio",
"blog",
"development",
"design",
"software",
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/harrisjt/harrisjt.com"
},
"bugs": {
"url": "https://github.com/harrisjt/harrisjt.com/issues"
},
"scripts": {
"build": "npm run clean && gatsby build --verbose",
"clean": "del-cli ./.cache",
"deploy": "npm run lint && npm run format && npm run build && netlifyctl deploy",
"develop": "gatsby develop",
"lint": "eslint --cache --fix \"**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"**/*.{css,html,js,jsx,json,md,scss,ts,tsx,yaml,yml}\"",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"release": "release-it"
},
"dependencies": {
"babel-plugin-styled-components": "1.10.7",
"gatsby": "2.20.17",
"gatsby-link": "2.3.2",
"gatsby-plugin-catch-links": "2.2.1",
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-feed": "2.4.1",
"gatsby-plugin-google-analytics": "2.2.2",
"gatsby-plugin-manifest": "2.3.3",
"gatsby-plugin-netlify": "2.2.1",
"gatsby-plugin-nprogress": "^2.1.0",
"gatsby-plugin-offline": "3.1.2",
"gatsby-plugin-react-helmet": "3.2.2",
"gatsby-plugin-sharp": "2.5.4",
"gatsby-plugin-sitemap": "2.3.1",
"gatsby-plugin-styled-components": "3.2.1",
"gatsby-remark-copy-linked-files": "2.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.2.2",
"gatsby-remark-prismjs": "3.4.1",
"gatsby-remark-smartypants": "2.2.1",
"gatsby-source-filesystem": "2.2.2",
"gatsby-transformer-remark": "2.7.1",
"gatsby-transformer-sharp": "2.4.4",
"hex2rgba": "0.0.1",
"normalize.css": "^8.0.1",
"prismjs": "1.20.0",
"prop-types": "15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "5.2.1",
"snyk": "^1.297.3",
"styled-components": "5.1.0",
"typeface-asul": "0.0.69",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@release-it/conventional-changelog": "^1.1.0",
"babel-eslint": "10.1.0",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"del-cli": "2.0.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-unicorn": "9.1.1",
"husky": "^3.0.0",
"lint-staged": "^9.0.1",
"netlify": "2.4.8",
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"release-it": "^12.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT",
"snyk": true
}