This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 557
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "staticgen",
"private": true,
"description": "StaticGen.com, a list of static site generators for Jamstack sites.",
"version": "3.0.0",
"author": "@Netlify",
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"gatsby": "^2.24.37",
"gatsby-image": "^2.4.12",
"gatsby-plugin-emotion": "^4.3.9",
"gatsby-plugin-offline": "^3.2.22",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-remark-prismjs": "^3.5.9",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-remark": "^2.8.28",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-component-octicons": "^1.8.0",
"react-dom": "^16.11.0",
"react-entypo": "^1.3.0",
"react-github-corner": "^2.3.0",
"react-helmet": "^6.0.0",
"react-share": "^4.0.0",
"typeface-roboto": "^0.0.75",
"typeface-roboto-slab": "^1.0.0"
},
"devDependencies": {
"@mosch/gatsby-source-github": "^0.4.1",
"common-tags": "^1.8.0",
"date-fns": "^2.14.0",
"decamelize": "^4.0.0",
"fs-extra": "^9.0.1",
"gatsby-source-gitlab": "^1.0.2",
"gatsby-source-twitter": "^3.2.2",
"gitlab": "^14.0.0",
"gray-matter": "^4.0.2",
"klaw": "^3.0.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.0",
"remark-rehype": "^7.0.0",
"twitter-followers-count": "^1.0.3",
"unified": "^9.0.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/netlify/staticgen"
},
"bugs": {
"url": "https://github.com/netlify/staticgen/issues"
}
}