-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.63 KB
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
{
"name": "koji-docs",
"private": true,
"description": "Koji documentation",
"version": "0.1.0",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "eslint \"./src/**/*.js\"",
"preinstall": "npx npm-force-resolutions",
"serve": "gatsby serve",
"start": "npm run develop"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@reach/router": "^1.3.4",
"asciidoctor": "^2.2.0",
"babel-plugin-styled-components": "^1.10.7",
"future-tabs": "^1.3.2",
"gatsby": "^2.24.47",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-layout": "^1.3.9",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-asciidoc": "^1.3.10",
"highlight.js": "^10.1.1",
"js-search": "^2.0.0",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"gatsby-react-router-scroll": "3.0.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "2.0.5"
},
"resolutions": {
"gatsby-react-router-scroll": "3.0.0"
}
}