-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.53 KB
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
{
"name": "devloop.blog",
"version": "1.0.0",
"private": true,
"description": "devloop.blog",
"author": "Evgeniy Moroz",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.14.5",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"reading-time": "^1.5.0",
"sass": "^1.83.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.2",
"ajv": "^8.17.1",
"autoprefixer": "^10.2.5",
"gatsby-plugin-postcss": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gh-pages": "^6.3.0",
"postcss": "^8.3.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^16.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"unist-util-visit": "^5.0.0"
}
}