-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.51 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
84
85
86
{
"name": "@sudaraka94/gatsby-theme-novela",
"author": "sudarakayasindu@gmail.com",
"repository": {
"type": "git",
"url": "git+https://github.com/sudaraka94/gatsby-theme-novela.git"
},
"version": "0.1.2",
"main": "index.js",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"gatsby-theme-novela",
"blog",
"medium",
"articles",
"react"
],
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^5.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.11",
"gatsby": "^5.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^3.0.1",
"@raae/gatsby-remark-oembed": "^0.3.3",
"@sudaraka94/gatsby-remark-link-unfurl": "^1.0.0",
"@theme-ui/mdx": "^0.16.2",
"adm-zip": "^0.5.12",
"babel-plugin-emotion": "^11.0.0",
"gatsby": "^5.13.3",
"gatsby-image": "^3.11.0",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-theme-ui": "^0.16.2",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-remark-typescript": "^0.2.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"lodash": "^4.17.21",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react-helmet": "^6.1.0",
"react-live": "^4.1.6",
"react-medium-image-zoom": "^5.1.11",
"react-outside-click-handler": "^1.3.0",
"reading-time": "^1.5.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"request": "^2.88.2",
"slugify": "^1.6.6",
"theme-ui": "^0.16.2",
"typeface-merriweather": "^1.1.13"
}
}