-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.56 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
41
42
43
44
{
"name": "gatsby-starter-rocket-docs",
"private": true,
"version": "1.0.0",
"description": "Grase Hotspot - Simple Hotspot Solution",
"author": "João Pedro Schmitz <hey@joaopedro.dev> (@jpedroschmitz)",
"license": "MIT",
"starter-name": "gatsby-starter-rocket-docs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.3.1",
"gatsby": "^3.0.4",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-remove-trailing-slashes": "^3.0.0",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-images": "^5.6.0",
"gatsby-remark-relative-links": "0.0.3",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-transformer-remark": "^4.6.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"gh-pages": "^3.2.3"
},
"keywords": [
"gatsby",
"rocketseat",
"gatsby-starter"
],
"scripts": {
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build",
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby develop",
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve",
"clean": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby clean",
"deploy": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build && gh-pages -d public"
}
}