rickvanlieshout.com-old/package.json

51 lines
1.5 KiB
JSON

{
"name": "rick-van-lieshout",
"version": "1.0.0",
"private": true,
"description": "Rick van Lieshout",
"author": "Rick van Lieshout <Mastermindzh> info@rickvanlieshout.com",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.19.2",
"gatsby-plugin-image": "^2.19.0",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-react-helmet": "^5.19.0",
"gatsby-plugin-sass": "^5.19.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-plugin-sitemap": "^5.19.0",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.19.0",
"html-react-parser": "^3.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-cookie-consent": "^7.5.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.54.0"
},
"devDependencies": {
"@mastermindzh/prettier-config": "^1.0.0",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.30.1",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^26.0.0"
},
"prettier": "@mastermindzh/prettier-config"
}