gatsby-pingbot/package.json

41 lines
959 B
JSON

{
"name": "pingbot",
"version": "1.0.0",
"private": true,
"description": "Keep your apps alive on replit.com or glitch.com",
"author": "Medzik",
"keywords": [
"gatsby",
"pingbot"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint . --fix"
},
"dependencies": {
"axios": "0.21.1",
"gatsby": "3.11.1",
"gatsby-plugin-manifest": "3.11.0",
"gatsby-plugin-react-helmet": "4.11.0",
"gatsby-plugin-sass": "4.11.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.1",
"mongodb": "4.1.0",
"node-fetch": "2.6.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-toastify": "7.0.4",
"sass": "1.37.5"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-plugin-react": "7.24.0"
}
}