gatsby-pingbot/package.json

33 lines
740 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:21:19 +00:00
"gatsby": "3.11.0",
"gatsby-plugin-manifest": "3.11.0",
"gatsby-plugin-react-helmet": "4.11.0",
"gatsby-plugin-sass": "4.11.0",
2021-08-06 20:16:14 +00:00
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.1",
2021-08-04 19:18:51 +00:00
"prop-types": "15.7.2",
2021-08-04 19:21:05 +00:00
"react": "17.0.2",
"react-dom": "17.0.2",
2021-08-04 19:18:51 +00:00
"react-helmet": "6.1.0",
2021-08-07 10:33:58 +00:00
"react-notifications": "1.7.2",
2021-08-07 11:00:32 +00:00
"sass": "1.37.5"
2021-08-04 09:48:04 +00:00
}
}