-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "johnnybell.io",
"private": true,
"description": "Johnny Bell Portfolio",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn run develop",
"serve": "gatsby serve"
},
"devDependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.31",
"@fortawesome/react-fontawesome": "^0.1.11",
"@sentry/browser": "^5.24.2",
"babel-eslint": "^10.1.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"gatsby": "^2.24.67",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-styled-components": "^3.3.12",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/johnnyxbell/johnnybell.io"
},
"dependencies": {
"gatsby-plugin-google-fonts": "^1.0.1"
}
}