gatsby-pingbot/package.json

27 lines
532 B
JSON
Raw Normal View History

2021-08-04 09:48:04 +00:00
{
"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": {
2021-08-04 19:18:51 +00:00
"axios": "0.21.1",
2021-08-04 19:19:53 +00:00
"gatsby": "3.10.2",
2021-08-04 19:18:51 +00:00
"prop-types": "15.7.2",
2021-08-04 09:48:04 +00:00
"react": "^17.0.1",
2021-08-04 19:17:51 +00:00
"react-dom": "^17.0.1",
2021-08-04 19:18:51 +00:00
"react-helmet": "6.1.0",
"react-notifications": "1.7.2"
2021-08-04 09:48:04 +00:00
}
}