-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "st2apidocgen",
"description": "StackStorm API Documentation Generator",
"version": "1.2.0",
"main": "index.js",
"bin": "./bin/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"lint": "node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/StackStorm/st2apidocgen.git"
},
"author": "Extreme Networks",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/StackStorm/st2apidocgen/issues"
},
"homepage": "https://github.com/StackStorm/st2apidocgen",
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2"
},
"dependencies": {
"@babel/core": "7.0.0",
"koa-logger": "3.2.0",
"axios": "0.19.0",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"babelify": "10.0.0",
"browserify": "16.2.3",
"browserify-postcss": "0.4.0",
"chalk": "2.4.2",
"glob": "7.1.4",
"js-yaml": ">=4.0.0",
"jsdom": "9.12.0",
"json-schema-ref-parser": "7.1.0",
"koa": "2.7.0",
"koa-send": "5.0.0",
"lodash": "4.17.11",
"mime-types": "2.1.24",
"minimist": "1.2.0",
"postcss": "5.2.16",
"postcss-color-function": "3.0.0",
"postcss-modules": "0.6.4",
"postcss-nesting": "2.3.1",
"react": "15.4.2",
"react-dom": "15.4.2",
"source-map": "0.5.6",
"sourcemap-validator": "1.1.0",
"watchify": "3.11.1"
}
}