gatsby-pingbot/package.json

39 lines
915 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-04 19:21:19 +00:00
"gatsby": "3.11.0",
"gatsby-plugin-manifest": "3.11.0",
"gatsby-plugin-react-helmet": "4.11.0",
"gatsby-plugin-sass": "4.11.0",
2021-08-06 20:16:14 +00:00
"gatsby-plugin-transition-link": "1.20.5",
"gsap": "3.7.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",
2021-08-07 10:33:58 +00:00
"react-notifications": "1.7.2",
2021-08-07 11:00:32 +00:00
"sass": "1.37.5"
2021-08-09 14:21:08 +00:00
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0"
2021-08-04 09:48:04 +00:00
}
}