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-05-10 18:36:35 +00:00
"gatsby": "4.14.0",
"gatsby-plugin-manifest": "4.14.0",
"gatsby-plugin-react-helmet": "5.14.0",
"gatsby-plugin-sass": "5.14.0",
"gatsby-plugin-sitemap": "5.14.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-05-09 18:11:43 +00:00
"mongoose": "6.3.3",
"prop-types": "15.8.1",
2022-04-26 22:02:17 +00:00
"react": "18.1.0",
"react-dom": "18.1.0",
2021-08-04 19:18:51 +00:00
"react-helmet": "6.1.0",
"react-toastify": "9.0.5",
2022-04-26 03:11:59 +00:00
"sass": "1.51.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.23.0",
"@typescript-eslint/parser": "5.23.0",
"@vercel/node": "1.15.4",
2022-05-06 23:35:56 +00:00
"eslint": "8.15.0",
"eslint-plugin-react": "7.29.4",
"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
}
}