-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.74 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
58
59
{
"name": "tla-blog",
"version": "1.0.0",
"private": true,
"description": "Thein Lin Aung's Blog",
"author": "Thein Lin Aung",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@dagrejs/dagre": "^1.0.4",
"@emotion/react": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "^0.15.7",
"@theme-ui/preset-bootstrap": "^0.15.7",
"ajv": "^8.17.1",
"dagre": "^0.8.5",
"gatsby": "^5.10.0",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-mdx-embed": "^1.1.3",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-plugin-theme-ui": "^0.15.7",
"gatsby-remark-autolink-headers": "^6.10.0",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-images": "^7.10.0",
"gatsby-remark-katex": "^7.10.0",
"gatsby-remark-responsive-iframe": "^6.11.1",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"katex": "^0.13.24",
"mdx-embed": "^1.1.2",
"normalize": "^0.3.1",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.9.0",
"reactflow": "^11.7.4",
"remark-gfm": "^3.0.1",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"theme-ui": "^0.15.7"
}
}