-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
51 lines (51 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "logz-docs",
"version": "1.0.0",
"description": "The docs for Logz.io",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/logzio/logz-docs.git"
},
"keywords": [
"elk-stack",
"elasticsearch",
"kibana",
"logstash",
"documentation",
"logzio",
"grafana",
"cloud siem",
"Jaeger",
"distributed tracing",
"metrics",
"Prometheus"
],
"author": [
"Shalom Boroda",
"Sara Halper",
"Yael Berlinger"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/logzio/logz-docs/issues"
},
"homepage": "https://docs.logz.io",
"dependencies": {
"@types/react": "^16.9.20",
"anchor-js": "^4.2.2",
"clipboard": "^2.0.4",
"fs-extra": "^8.1.0",
"jquery": "^3.5.0",
"mobx": "^4.15.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"redoc": "^2.0.0-rc.23",
"smooth-scroll": "^16.1.2",
"styled-components": "^4.4.1",
"tablesorter": "^2.31.2"
},
"devDependencies": {}
}