gatsby-pingbot/package.json

48 lines
1.2 KiB
JSON

{
"name": "gatsby-pingbot",
"version": "0.0.0",
"private": true,
"description": "Keep your apps alive on replit.com or glitch.com",
"author": "MedzikUser <nivua1fn@duck.com>",
"keywords": [
"gatsby",
"pingbot"
],
"scripts": {
"dev": "vc dev",
"dev:web": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint . --fix"
},
"dependencies": {
"axios": "0.25.0",
"gatsby": "4.5.4",
"gatsby-plugin-manifest": "4.5.2",
"gatsby-plugin-react-helmet": "5.5.0",
"gatsby-plugin-sass": "5.5.0",
"gatsby-plugin-sitemap": "5.5.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.9.1",
"mongoose": "6.1.7",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-toastify": "8.1.0",
"sass": "1.49.0"
},
"devDependencies": {
"@types/mongoose": "5.11.97",
"@types/react-helmet": "6.1.5",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"@vercel/node": "1.12.1",
"eslint": "8.7.0",
"eslint-plugin-react": "7.28.0",
"gatsby-plugin-robots-txt": "1.7.0",
"vercel": "23.1.2"
}
}