-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 2.48 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
{
"private": true,
"name": "site",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"clean": "gatsby clean",
"proxy": "netlify-cms-proxy-server",
"lint": "eslint src",
"generate": "plop --plopfile internals/generators/index.js"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@narative/gatsby-theme-novela": "^0.17.0",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@types/react-lottie": "^1.2.5",
"adm-zip": "^0.4.16",
"babel-plugin-emotion": "^10.0.33",
"contentful-cli": "^0.36.0",
"gatsby": "^2.19.25",
"gatsby-image": "^2.4.14",
"gatsby-paginate": "^1.1.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-feed": "2.3.7",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-mdx": "^1.2.30",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-theme-ui": "^0.2.40",
"gatsby-plugin-typescript": "^2.4.16",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-check-links": "^1.1.5",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-embed-video": "^2.0.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-remark-typescript": "^0.0.12",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.2.4",
"gatsby-transformer-yaml": "^2.4.10",
"lodash": "^4.17.19",
"netlify-cms-app": "^2.12.19",
"netlify-cms-proxy-server": "^1.3.1",
"prism-react-renderer": "^0.1.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-live": "^2.2.0",
"react-lottie": "^1.2.3",
"react-medium-image-zoom": "^3.1.1",
"react-outside-click-handler": "^1.2.4",
"react-spring": "^8.0.27",
"react-visibility-sensor": "^5.1.1",
"remark-slug": "^5.1.2",
"request": "^2.88.0",
"slugify": "^1.4.5",
"theme-ui": "^0.2.40",
"typeface-merriweather": "^0.0.72",
"victory": "^34.3.12"
},
"devDependencies": {
"@types/theme-ui": "^0.3.6",
"plop": "^2.7.4",
"typescript": "^3.9.7"
}
}