gatsby-pingbot/package.json

31 lines
682 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.11.0",
"gatsby-plugin-manifest": "3.11.0",
"gatsby-plugin-react-helmet": "4.11.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-notifications": "1.7.2"
}
}