mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Bumps [react-styleguidist](https://github.com/styleguidist/react-styleguidist) from 13.1.3 to 13.1.4. - [Release notes](https://github.com/styleguidist/react-styleguidist/releases) - [Commits](https://github.com/styleguidist/react-styleguidist/compare/v13.1.3...v13.1.4) --- updated-dependencies: - dependency-name: react-styleguidist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "@graylog/frontend-documentation",
|
|
"version": "1.0.0",
|
|
"description": "Graylog Frontend Documentation",
|
|
"main": "index.js",
|
|
"author": "Graylog <hello@graylog.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"docs:build": "styleguidist build",
|
|
"docs:server": "styleguidist server"
|
|
},
|
|
"devDependencies": {
|
|
"react-styleguidist": "^13.1.4"
|
|
}
|
|
}
|