forked from kofal.net/zmk
feat: Generate setup scripts from metadata.
This commit is contained in:
committed by
Pete Johanson
parent
683991aa93
commit
b82bbb5ba2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user