forked from esphome/esphome-devices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "esphome-devices",
"private": true,
"version": "1.0.0",
"description": "This website is a repository of device configuration templates and setup guides for devices running ESPHome firmware.",
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^3.1.0",
"algoliasearch": "^4.13.1",
"gatsby": "^4.15.1",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-canonical-urls": "^4.15.0",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-google-gtag": "^4.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-netlify": "^4.4.0",
"gatsby-plugin-offline": "^5.15.0",
"gatsby-plugin-remove-trailing-slashes": "^4.15.0",
"gatsby-plugin-sitemap": "^5.15.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.26.0"
},
"keywords": [
"gatsby",
"rocketseat",
"gatsby-starter"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"engines": {
"node": "18"
}
}