updates
@ -34,6 +34,5 @@ module.exports = {
|
||||
'gatsby-plugin-react-next',
|
||||
'gatsby-plugin-react-helmet',
|
||||
'gatsby-transformer-json',
|
||||
'gatsby-plugin-remove-trailing-slashes'
|
||||
],
|
||||
}
|
||||
|
20
package.json
@ -2,6 +2,16 @@
|
||||
"name": "portfolio",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.js",
|
||||
"lint:css": "stylelint ./src/**/*.scss",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"build": "gatsby build",
|
||||
"start": "gatsby develop",
|
||||
"format": "prettier --write 'src/**/*.js'",
|
||||
"test": "npm run lint",
|
||||
"deploy": "./deploy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^1.9.253",
|
||||
"gatsby-link": "^1.6.41",
|
||||
@ -27,16 +37,6 @@
|
||||
"stylelint": "^9.2.0",
|
||||
"stylelint-config-standard": "^18.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.js",
|
||||
"lint:css": "stylelint ./src/**/*.scss",
|
||||
"lint": "npm run lint:js && npm run lint:css",
|
||||
"build": "gatsby build",
|
||||
"start": "gatsby develop",
|
||||
"format": "prettier --write 'src/**/*.js'",
|
||||
"test": "npm run lint",
|
||||
"deploy": "./deploy.sh"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
]
|
||||
|
Before Width: | Height: | Size: 787 KiB After Width: | Height: | Size: 878 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 747 KiB After Width: | Height: | Size: 598 KiB |
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 696 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 355 KiB After Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 495 KiB After Width: | Height: | Size: 572 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 356 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 642 KiB After Width: | Height: | Size: 795 KiB |