-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.23 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "swagger-stats-ux",
"version": "0.95.29",
"description": "API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices, based on express routes and Swagger (Open API) specification",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"keywords": [
"api",
"observability",
"telemetry",
"node",
"express",
"koa",
"hapi",
"fastify",
"rest",
"statistics",
"monitoring",
"alerting",
"swagger",
"openapi",
"schema",
"prometheus",
"metrics",
"elasticsearch",
"kibana",
"grafana"
],
"files": [
"dist/*",
"package.json",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/slanatech/swagger-stats-ux"
},
"author": "https://github.com/sv2",
"homepage": "http://swaggerstats.io",
"bugs": {
"url": "https://github.com/slanatech/swagger-stats-ux/issues",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"@quasar/extras": "^1.10.0",
"core-js": "^3.9.1",
"quasar": "^1.15.9",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"dashblocks": "^0.5.37",
"moment": "^2.24.0",
"prismjs": "^1.17.1",
"ramda": "^0.27.1",
"vue-good-table": "^2.21.8",
"axios": "^0.21.1",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-e2e-cypress": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-imports": "1.5.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"prettier": "^2.2.1",
"vue-cli-plugin-quasar": "^3.0.1",
"vue-template-compiler": "^2.6.12"
}
}