feat: Generate setup scripts from metadata.

This commit is contained in:
Peter Johanson
2021-07-26 00:25:34 -04:00
committed by Pete Johanson
parent 683991aa93
commit b82bbb5ba2
8 changed files with 559 additions and 387 deletions

View File

@@ -26,7 +26,8 @@
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-toastify": "^7.0.4",
"web-tree-sitter": "^0.19.4"
"web-tree-sitter": "^0.19.4",
"@mdx-js/react": "^1.6.22"
},
"browserslist": {
"production": [
@@ -46,12 +47,14 @@
"eslint-plugin-mdx": "^1.13.0",
"eslint-plugin-react": "^7.23.2",
"json-schema-to-typescript": "^10.1.3",
"mustache": "^4.2.0",
"null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "2.3.1",
"string-replace-loader": "^3.0.3",
"typescript": "^4.2.3",
"@docusaurus/module-type-aliases": "^2.0.0-alpha.72",
"webpack": "^5.46.0",
"@docusaurus/module-type-aliases": "^2.0.0-beta.3",
"@tsconfig/docusaurus": "^1.0.2",
"@types/react": "^17.0.3",
"@types/react-helmet": "^6.1.0",