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.22.0",
"gatsby": "3.14.1",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-sass": "4.14.0",
"gatsby-plugin-sitemap": "4.10.0",
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.8.0",
"mongoose": "6.0.8",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-toastify": "8.0.3",
"sass": "1.42.1"
},
"devDependencies": {
"@types/mongoose": "5.11.97",
"@types/react-helmet": "^6.1.3",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@vercel/node": "1.12.1",
"eslint": "7.32.0",
"eslint-plugin-react": "7.26.1",
"gatsby-plugin-robots-txt": "1.6.10",
"vercel": "23.1.2"
}
}