-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 2.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
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
{
"name": "@barchart/documentation-generator",
"version": "3.3.2",
"description": "A command-line tool that generates technical documentation websites",
"scripts": {
"lint": "eslint --fix --config=.eslintrc './**/*.js'"
},
"bin": {
"documentation": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barchart/documentation-generator.git"
},
"contributors": [
{
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com"
},
{
"name": "Dzmitry Afanasenka",
"email": "dzmitry.afanasenka@gmail.com"
}
],
"bugs": {
"url": "https://github.com/barchart/documentation-generator/issues"
},
"homepage": "https://github.com/barchart/documentation-generator#readme",
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"array-back": "^4.0.1",
"axios": "^0.21.1",
"cache-point": "^2.0.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"commander": "^5.1.0",
"common-sequence": "^2.0.0",
"compare-versions": "^3.6.0",
"docsify-cli": "^4.4.2",
"fast-safe-stringify": "^2.0.7",
"file-set": "^3.0.0",
"handlebars": "^4.7.7",
"inquirer": "^7.1.0",
"js-yaml": "^4.0.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^6.0.0",
"marked": "^4.0.10",
"object-get": "^2.1.0",
"openapi-sampler": "^1.0.0-beta.15",
"reduce-flatten": "^3.0.0",
"reduce-unique": "^2.0.1",
"reduce-without": "^1.0.1",
"reftools": "^1.1.1",
"swagger-parser": "^9.0.1",
"swagger-ui-dist": "^3.25.4",
"test-value": "^3.0.0",
"turndown": "^7.0.0",
"typescript": "^3.9.7",
"walk-back": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-plugin-sort-requires": "^2.1.0",
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-git": "^2.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"gulp-replace": "^0.5.4",
"jshint": "^2.10.3"
},
"license": "MIT",
"private": false
}