-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.76 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
{
"name": "stackbit-fresh-theme",
"description": "Stackbit Fresh Theme",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^1.0.5",
"@stackbit/gatsby-plugin-menus": "0.0.4",
"classnames": "^2.2.6",
"disqus-react": "^1.0.8",
"fs-extra": "^7.0.1",
"gatsby": "^2.12.0",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-feed": "^2.3.27",
"gatsby-plugin-google-analytics": "^2.1.20",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-mdx": "^1.0.49",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-twitter": "^2.3.8",
"gatsby-plugin-web-monetization": "^1.0.1",
"gatsby-remark-embed-video": "^2.0.1",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-highlight-code": "^1.3.3",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-prismjs": "^3.3.18",
"gatsby-remark-social-cards": "^0.4.1",
"gatsby-source-filesystem": "2.0.28",
"gatsby-source-twitter": "^3.0.0",
"gatsby-transformer-remark": "^2.8.8",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"marked": "^0.6.1",
"moment": "^2.23.0",
"moment-strftime": "^0.5.0",
"node-sass": "^8.0.0",
"node-sass-utils": "^1.1.3",
"prismjs": "^1.17.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-script-tag": "^1.1.2",
"rehype-react": "^3.0.2",
"sprintf-js": "^1.1.2",
"twit": "^2.2.11",
"twitter": "^1.7.1"
}
}