-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "@sh4hids/gatsby-theme-open-sourcerer",
"description": "A configurable minimal gatsby portfolio theme for open source developers.",
"version": "1.0.2",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Shahidul Islam Majumder",
"email": "[email protected]",
"url": "https://shahid.pro"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json)\"",
"format": "npm run prettier -- --write",
"check-format": "npm run prettier -- --list-different",
"lint": "eslint --ignore-path .gitignore --ext .js",
"validate": "npm-run-all --parallel check-format lint",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
"peerDependencies": {
"gatsby": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^4.0.1",
"husky": "^7.0.2",
"lint-staged": "^11.2.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@styled-icons/fa-brands": "^10.38.0",
"@styled-icons/feather": "^10.34.0",
"babel-plugin-styled-components": "^1.13.3",
"date-fns": "^2.23.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-remark-autolink-headers": "^5.0.0",
"gatsby-remark-prismjs": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-yaml": "^4.0.0",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5",
"url-join": "^4.0.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"gatsby-theme-open-sourcerer",
"sh4hids"
]
}