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": {
2021-10-01 09:09:46 +00:00
"axios": "0.22.0",
2021-09-30 16:34:56 +00:00
"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",
2021-08-06 20:16:14 +00:00
"gatsby-plugin-transition-link": "1.20.5",
2021-09-29 09:32:47 +00:00
"gsap": "3.8.0",
2021-09-27 16:18:24 +00:00
"mongoose": "6.0.8",
2021-08-04 19:18:51 +00:00
"prop-types": "15.7.2",
2021-08-04 19:21:05 +00:00
"react": "17.0.2",
"react-dom": "17.0.2",
2021-08-04 19:18:51 +00:00
"react-helmet": "6.1.0",
"react-toastify": "8.0.3",
2021-09-22 08:44:40 +00:00
"sass": "1.42.1"
2021-08-09 14:21:08 +00:00
},
"devDependencies": {
"@types/mongoose": "5.11.97",
2021-10-03 12:55:49 +00:00
"@types/react-helmet": "^6.1.3",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@vercel/node": "1.12.1",
2021-08-09 14:21:59 +00:00
"eslint": "7.32.0",
"eslint-plugin-react": "7.26.1",
"gatsby-plugin-robots-txt": "1.6.10",
"vercel": "23.1.2"
2021-08-04 09:48:04 +00:00
}
}