84365e6def
Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 10.1.3 to 10.1.5. - [Release notes](https://github.com/bcherny/json-schema-to-typescript/releases) - [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcherny/json-schema-to-typescript/commits) --- updated-dependencies: - dependency-name: json-schema-to-typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"serve": "docusaurus serve",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"lint": "eslint . --ext js,jsx,md,mdx",
|
|
"prettier:check": "prettier --check .",
|
|
"prettier:format": "prettier --write .",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-beta.3",
|
|
"@docusaurus/preset-classic": "^2.0.0-beta.3",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"classnames": "^2.2.6",
|
|
"js-yaml": "^4.1.0",
|
|
"react": "^17.0.2",
|
|
"react-async": "^10.0.1",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "^17.0.2",
|
|
"react-toastify": "^7.0.4",
|
|
"web-tree-sitter": "^0.19.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-mdx": "^1.13.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"json-schema-to-typescript": "^10.1.5",
|
|
"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",
|
|
"webpack": "^5.46.0"
|
|
}
|
|
}
|