-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
47 lines (47 loc) · 1.36 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
{
"private": true,
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"now-dev": "gatsby develop -p $PORT",
"now-build": "npm run build",
"lint": "eslint *.js src"
},
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@primer/component-metadata": "^0.5.1",
"@primer/css": "^20.4.2",
"@primer/gatsby-theme-doctocat": "^4.4.0",
"@primer/octicons-react": "^17.7.0",
"@primer/react": "^35.2.2",
"@svgr/webpack": "^4.3.2",
"gatsby": "^2.13.39",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.17",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-yaml": "^2.2.4",
"isomorphic-unfetch": "^3.0.0",
"node-fetch": "^2.6.0",
"primer-primitives": "^1.0.2",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-markdown": "^4.1.0",
"semver": "^6.3.0",
"styled-components": "^4.2.0",
"styled-system": "^5.0.16"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint-plugin-github": "^1.4.0",
"sass": "^1.54.5"
}
}