-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.16 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
{
"name": "xl-blog",
"version": "1.0.0",
"private": true,
"description": "XL-Blog",
"author": "Martin Barreto",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^4.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^2.3.0",
"@parcel/namer-default": "^2.8.3",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.9.0",
"gatsby-link": "^5.12.0",
"gatsby-plugin-google-tagmanager": "^5.12.3",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-instagram-embed": "^4.0.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-mdx": "^5.9.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-netlify-cms": "^7.9.0",
"gatsby-plugin-reading-time-2": "^0.1.1",
"gatsby-plugin-readingtime-contentful": "^1.0.0",
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-sass": "^6.9.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-remark-grid-tables": "^0.1.0",
"gatsby-remark-highlight-code": "^3.3.0",
"gatsby-remark-prismjs": "^7.10.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-related-posts": "^2.0.3",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.10.0",
"gatsby-transformer-sharp": "^5.12.0",
"gatsby-transformer-yaml": "^5.9.0",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"reading-time": "^1.5.0",
"remark-grid-tables": "^2.1.2",
"sass": "^1.62.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@mdx-js/react": "^2.3.0"
}
}