forked from jpedroschmitz/rocketdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@rocketseat/gatsby-theme-docs",
"version": "2.1.2",
"main": "index.js",
"description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.",
"author": "João Pedro Schmitz <[email protected]> (@joaopedro_cc)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"documentation",
"open source",
"rocketseat",
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"react",
"docs",
"mdx"
],
"homepage": "https://github.com/Rocketseat/gatsby-themes/tree/master/@rocketseat/gatsby-theme-docs#readme",
"repository": {
"type": "git",
"url": "https://github.com/Rocketseat/gatsby-themes.git",
"directory": "@rocketseat/gatsby-theme-docs"
},
"bugs": {
"url": "https://github.com/Rocketseat/gatsby-themes/issues"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@mdx-js/react": "^1.5.5",
"@rocketseat/gatsby-theme-docs-core": "^1.1.0",
"emotion-theming": "^10.0.27",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-mdx": "^1.0.68",
"gatsby-plugin-react-helmet": "^3.1.16",
"polished": "^3.4.2",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"react-headroom": "^3.0.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-live": "^2.2.2",
"url-join": "^4.0.1"
},
"devDependencies": {
"gatsby": "^2.19.45",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"peerDependencies": {
"gatsby": "^2.13.13",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}