gatsby-pingbot/package.json

41 lines
959 B
JSON
Raw Normal View History

2021-08-04 09:48:04 +00:00
{
"name": "pingbot",
"version": "1.0.0",
"private": true,
2021-08-08 20:11:43 +00:00
"description": "Keep your apps alive on replit.com or glitch.com",
2021-08-04 09:48:04 +00:00
"author": "Medzik",
"keywords": [
2021-08-08 20:11:43 +00:00
"gatsby",
"pingbot"
2021-08-04 09:48:04 +00:00
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"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-08-04 19:18:51 +00:00
"axios": "0.21.1",
2021-08-31 19:56:05 +00:00
"gatsby": "3.13.0",
"gatsby-plugin-manifest": "3.13.0",
"gatsby-plugin-react-helmet": "4.13.0",
"gatsby-plugin-sass": "4.13.0",
2021-08-06 20:16:14 +00:00
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.1",
2021-08-24 21:32:25 +00:00
"mongodb": "4.1.1",
2021-08-10 14:51:10 +00:00
"node-fetch": "2.6.1",
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.2",
2021-09-02 02:12:24 +00:00
"sass": "1.39.0"
2021-08-09 14:21:08 +00:00
},
"devDependencies": {
2021-08-09 14:21:59 +00:00
"eslint": "7.32.0",
"eslint-plugin-react": "7.25.1"
2021-08-04 09:48:04 +00:00
}
}