gatsby-pingbot/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-04 09:48:04 +00:00
{
2021-09-18 17:01:48 +00:00
"name": "gatsby-pingbot",
2021-09-03 20:25:42 +00:00
"version": "0.0.0",
2021-08-04 09:48:04 +00:00
"private": true,
2021-08-08 20:11:43 +00:00
"description": "Keep your apps alive on replit.com or glitch.com",
2021-09-18 17:01:48 +00:00
"author": "MedzikUser <nivua1fn@duck.com>",
2021-08-04 09:48:04 +00:00
"keywords": [
2021-08-08 20:11:43 +00:00
"gatsby",
"pingbot"
2021-08-04 09:48:04 +00:00
],
"scripts": {
2021-09-18 17:01:48 +00:00
"dev": "vc dev",
"dev:web": "gatsby develop",
2021-08-04 09:48:04 +00:00
"build": "gatsby build",
"serve": "gatsby serve",
2021-08-09 14:21:08 +00:00
"clean": "gatsby clean",
"lint": "eslint . --fix"
2021-08-04 09:48:04 +00:00
},
"dependencies": {
2022-04-27 12:14:24 +00:00
"axios": "0.27.2",
2022-06-29 04:09:16 +00:00
"gatsby": "4.17.2",
2022-06-25 02:42:33 +00:00
"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",
2021-08-06 20:16:14 +00:00
"gatsby-plugin-transition-link": "1.20.5",
2022-04-22 18:22:15 +00:00
"gsap": "3.10.4",
2022-06-27 20:41:45 +00:00
"mongoose": "6.4.1",
"prop-types": "15.8.1",
2022-06-25 05:34:39 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
2021-08-04 19:18:51 +00:00
"react-helmet": "6.1.0",
"react-toastify": "9.0.5",
2022-06-24 23:44:11 +00:00
"sass": "1.53.0"
2021-08-09 14:21:08 +00:00
},
"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",
2022-06-24 14:10:07 +00:00
"eslint": "8.18.0",
"eslint-plugin-react": "7.30.1",
"gatsby-plugin-robots-txt": "1.7.1",
2022-06-24 10:59:40 +00:00
"vercel": "24.2.5"
2021-08-04 09:48:04 +00:00
}
}