-
- Downloads
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- package-lock.json 1349 additions, 15854 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- src/css/custom.css 38 additions, 1 deletionsrc/css/custom.css
- src/pages/dummy_page.md 35 additions, 0 deletionssrc/pages/dummy_page.md
- src/theme/MDXPage/index.js 10 additions, 9 deletionssrc/theme/MDXPage/index.js
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -16,8 +16,8 @@ |
"lint-fix": "eslint . --fix" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "2.0.0-beta.18", | ||
"@docusaurus/preset-classic": "2.0.0-beta.18", | ||
"@docusaurus/core": "2.0.0-beta.21", | ||
"@docusaurus/preset-classic": "2.0.0-beta.21", | ||
"@fortawesome/fontawesome-svg-core": "^6.1.1", | ||
"@fortawesome/free-regular-svg-icons": "^6.1.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.1.1", | ||
... | ... | @@ -52,6 +52,7 @@ |
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"node": "^16.14.2", | ||
"prettier": "^2.3.2" | ||
} | ||
} |
Please register or sign in to comment