forked from ardalis/DevIQ-gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.57 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
45
46
47
48
49
{
"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 <[email protected]> (@jpedroschmitz)",
"license": "MIT",
"starter-name": "gatsby-starter-rocket-docs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^3.2.0",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"caniuse-lite": "^1.0.30001481",
"gatsby": "^4.24.0",
"gatsby-plugin-canonical-urls": "^4.25.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-google-analytics": "^4.25.0",
"gatsby-plugin-google-tagmanager": "^4.24.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-netlify-cms": "^6.24.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-remove-trailing-slashes": "^4.19.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-remark-embedder": "^6.0.1",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.25.0",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.28.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"keywords": [
"gatsby",
"rocketseat",
"gatsby-starter"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"engines": {
"node": "18.15.0"
}
}