frigate/docs/package.json

39 lines
843 B
JSON
Raw Normal View History

2021-01-21 03:26:49 +03:00
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"clear": "docusaurus clear"
},
"dependencies": {
Bump shell-quote, @docusaurus/core and @docusaurus/preset-classic Bumps [shell-quote](https://github.com/substack/node-shell-quote) to 1.7.3 and updates ancestor dependencies [shell-quote](https://github.com/substack/node-shell-quote), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together. Updates `shell-quote` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Commits](https://github.com/substack/node-shell-quote/commits) Updates `@docusaurus/core` from 2.0.0-beta.ff31de0ff to 2.1.0 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.1.0/packages/docusaurus) Updates `@docusaurus/preset-classic` from 2.0.0-beta.ff31de0ff to 2.1.0 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.1.0/packages/docusaurus-preset-classic) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect - dependency-name: "@docusaurus/core" dependency-type: direct:production - dependency-name: "@docusaurus/preset-classic" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-25 04:57:01 +03:00
"@docusaurus/core": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
2022-02-06 16:57:07 +03:00
"@mdx-js/react": "^1.6.22",
2021-01-21 03:26:49 +03:00
"clsx": "^1.1.1",
"raw-loader": "^4.0.2",
2022-02-06 16:57:07 +03:00
"react": "^16.14.0",
"react-dom": "^16.14.0"
2021-01-21 03:26:49 +03:00
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2022-02-06 16:57:07 +03:00
},
"devDependencies": {
"@types/react": "^16.14.0"
2021-01-21 03:26:49 +03:00
}
}