mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
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": "^12.0.1"
|
|
}
|
|
}
|