-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
73 lines (73 loc) · 2.15 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
{
"private": true,
"sideEffects": false,
"scripts": {
"generate-templates": "node ./scripts/generate-templates.js",
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint ."
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@octokit/rest": "^18.0.15",
"@reach/router": "^1.3.4",
"@xstyled/styled-components": "^2.2.0",
"chunk": "^0.0.3",
"file-loader": "^6.2.0",
"gatsby": "^3.2.1",
"gatsby-image": "^3.2.0",
"gatsby-plugin-google-analytics": "^3.2.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^3.2.1",
"gatsby-plugin-sitemap": "^3.2.0",
"gatsby-plugin-styled-components": "^4.2.0",
"gatsby-remark-embedder": "^4.1.0",
"gatsby-remark-images": "^4.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-json": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"github-slugger": "^1.3.0",
"lodash": "^4.17.20",
"output-file": "^2.0.2",
"path-exists": "^4.0.0",
"polished": "^4.1.0",
"prism-react-renderer": "^1.1.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-is": "^17.0.2",
"react-markdown": "^5.0.3",
"reakit": "^1.3.5",
"remark-emoji": "^2.1.0",
"remark-slug": "^6.0.0",
"slugify": "^1.4.6",
"styled-components": "^5.2.1",
"tiny-glob": "^0.2.8",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"axios": "^0.21.1",
"axios-rate-limit": "^1.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"pageres": "^7.1.0",
"parse-github-url": "^1.0.2",
"prettier": "^2.2.1",
"responsive-loader": "^2.3.0",
"yaml-front-matter": "^4.1.1",
"yargs": "^16.2.0"
}
}