gatsby-pingbot/package.json

39 lines
915 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.0",
"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",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-notifications": "1.7.2",
"sass": "1.37.5"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0"
}
}