forked from stoplightio/elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "@stoplight/elements-starter-gatsby",
"description": "A starter template to build beautiful developer docs using Stoplight Elements & Gatsby",
"version": "0.1.0",
"author": "Stoplight <[email protected]>",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/stoplightio/elements-starter-gatsby.git"
},
"bugs": {
"url": "https://github.com/stoplightio/elements-starter-gatsby/issues"
},
"engines": {
"node": ">=12.20"
},
"scripts": {
"start": "gatsby develop -p 4200",
"serve": "gatsby serve -p 4200",
"build": "gatsby build"
},
"dependencies": {
"@stoplight/elements": "^7.0.2",
"@stoplight/elements-dev-portal": "^1.0.0",
"gatsby": "4.25.8",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.0.0",
"gatsby-plugin-sass": "^5.25.0",
"gh-pages": "^3.2.3",
"typescript": "4.4.x"
},
"keywords": [
"gatsby"
]
}