Bumps [postcss](https://github.com/postcss/postcss) to 8.4.16 and updates ancestor dependency [purgecss](https://github.com/FullHuman/purgecss). These dependencies need to be updated together. Updates `postcss` from 7.0.27 to 8.4.16 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.27...8.4.16) Updates `purgecss` from 2.1.2 to 5.0.0 - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/compare/v2.1.2...v5.0.0) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: purgecss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
920 B
JSON
38 lines
920 B
JSON
{
|
|
"name": "urban_website",
|
|
"private": false,
|
|
"description": "Simple homepage of the Urban Brothers.",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "npm run snyk-protect"
|
|
},
|
|
"dependencies": {
|
|
"dateformat": "^3.0.3",
|
|
"gatsby": "^4.23.1",
|
|
"gatsby-plugin-manifest": "^2.4.13",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"snyk": "^1.1012.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1",
|
|
"purgecss": "^5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/creyD/urban_website"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/creyD/urban_website/issues"
|
|
},
|
|
"snyk": true
|
|
}
|