forked from LekoArts/gatsby-starter-minimal-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@lekoarts/gatsby-theme-minimal-blog",
"version": "2.2.2",
"author": "LekoArts <hello@lekoarts.de>",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^4.0.0-next",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/compat-data": "^7.18.0",
"@emotion/core": "^10.0.28",
"@giscus/react": "^2.2.8",
"@lekoarts/gatsby-theme-minimal-blog-core": "^4.1.8",
"@loadable/component": "5.12.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.5.1",
"@theme-ui/color": "^0.2.53",
"@theme-ui/components": "^0.2.50",
"@theme-ui/presets": "^0.2.44",
"gatsby": "^4.0.0-next",
"gatsby-omni-font-loader": "^1.3.1",
"gatsby-plugin-catch-links": "^2.1.27",
"gatsby-plugin-feed": "^3.6.0",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-google-analytics": "^3.6.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-netlify": "^3.6.1",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-sharp": "^4.0.0-next",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.7.0",
"gatsby-plugin-typescript": "^4.10.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"gatsby-remark-autolink-headers": "^5.18.1",
"gatsby-remark-images": "^6.20.0-next",
"gatsby-source-filesystem": "^4.20.0-next",
"gatsby-transformer-remark": "^5.20.0-next",
"gatsby-transformer-sharp": "^4.20.0-next",
"lodash.kebabcase": "^4.1.1",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.1",
"react-live": "^2.2.2",
"theme-ui": "^0.2.52",
"typeface-ibm-plex-sans": "^0.0.75",
"typescript": "^4.0.0"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"lekoarts"
],
"bugs": {
"url": "https://github.com/LekoArts/gatsby-themes/issues"
},
"homepage": "https://themes.lekoarts.de",
"repository": {
"type": "git",
"url": "https://github.com/LekoArts/gatsby-themes.git",
"directory": "themes/gatsby-theme-minimal-blog"
}
}