Archived
1
0
This repository has been archived on 2026-02-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
urban_website/package.json
snyk-bot 02c0774a5d fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - gatsby from 2.23.1 to 2.23.3.
    See this package in NPM: https://www.npmjs.com/package/gatsby
  - gatsby-plugin-manifest from 2.4.10 to 2.4.11.
    See this package in NPM: https://www.npmjs.com/package/gatsby-plugin-manifest

See this project in Snyk:
https://app.snyk.io/org/creyd-github-marketplace/project/7687a902-5880-4dba-8e64-1ed2c0311711?utm_source=github&utm_medium=upgrade-pr
2020-07-01 02:27:24 +00:00

38 lines
919 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": "^2.23.3",
"gatsby-plugin-manifest": "^2.4.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"snyk": "^1.336.0"
},
"devDependencies": {
"prettier": "^1.19.1",
"purgecss": "^2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/creyD/urban_website"
},
"bugs": {
"url": "https://github.com/creyD/urban_website/issues"
},
"snyk": true
}