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.27.2",
"gatsby": "4.17.2",
"gatsby-plugin-manifest": "4.17.0",
"gatsby-plugin-react-helmet": "5.17.0",
"gatsby-plugin-sass": "5.17.0",
"gatsby-plugin-sitemap": "5.17.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.10.4",
"mongoose": "6.4.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-toastify": "9.0.5",
"sass": "1.53.0"
},
"devDependencies": {
"@types/mongoose": "5.11.97",
"@types/react-helmet": "6.1.5",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@vercel/node": "1.15.4",
"eslint": "8.18.0",
"eslint-plugin-react": "7.30.1",
"gatsby-plugin-robots-txt": "1.7.1",
"vercel": "24.2.5"
}
}