-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
45
46
47
{
"name": "gatsby-starter-rocket-docs",
"private": true,
"version": "1.0.0",
"description": "Out of the box Gatsby Starter for creating documentation websites easily and quickly. With support for MDX, code highlight, Analytics, SEO and more",
"author": "João Pedro Schmitz <oi@joaopedro.cc> (@joaopedro_cc)",
"license": "MIT",
"starter-name": "gatsby-starter-rocket-docs",
"dependencies": {
"@mdx-js/react": "^1.6.16",
"@rebass/forms": "^4.0.6",
"@rocketseat/gatsby-theme-docs": "latest",
"@theme-ui/preset-funk": "^0.3.0",
"@theme-ui/preset-roboto": "^0.3.0",
"gatsby": "latest",
"gatsby-plugin-canonical-urls": "^2.1.19",
"gatsby-plugin-google-analytics": "^2.1.34",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-theme-ui": "^0.3.0",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "latest",
"react-dom": "latest",
"react-icons": "^3.10.0",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^13.2.1",
"rebass": "^4.0.7",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"gh-pages": "^3.1.0"
},
"keywords": [
"gatsby",
"rocketseat",
"gatsby-starter"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
}
}