-
Notifications
You must be signed in to change notification settings - Fork 464
/
package.json
69 lines (69 loc) · 1.93 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
{
"name": "@narative/gatsby-theme-novela",
"author": "[email protected]",
"repository": "https://github.com/narative/gatsby-theme-novela",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"keywords": [
"narative",
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"gatsby-theme-novela",
"blog",
"medium",
"articles",
"react"
],
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop"
},
"peerDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@theme-ui/prism": "^0.2.21",
"babel-plugin-emotion": "^10.0.14",
"gatsby-image": "^2.2.7",
"gatsby-mdx": "^1.0.0",
"gatsby-paginate": "^1.1.0",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.17",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-theme-ui": "^0.2.18",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-autolink-headers": "^2.1.3",
"gatsby-remark-check-links": "^1.1.5",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-remark-typescript": "^0.0.12",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.4",
"gatsby-transformer-yaml": "^2.2.4",
"lodash": "^4.17.15",
"react-helmet": "^5.2.1",
"react-outside-click-handler": "^1.2.4",
"remark-slug": "^5.1.2",
"theme-ui": "^0.2.21",
"typeface-merriweather": "^0.0.72"
}
}