gatsby-pingbot/package.json

27 lines
532 B
JSON

{
"name": "pingbot",
"version": "1.0.0",
"private": true,
"description": "Ping Bot",
"author": "Medzik",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"axios": "0.21.1",
"gatsby": "3.10.2",
"prop-types": "15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "6.1.0",
"react-notifications": "1.7.2"
}
}