-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "st2apidocs",
"version": "1.2.0",
"description": "Auto-generated StackStorm documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"lint": "node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/StackStorm/st2apidocs.git"
},
"author": "Extreme Networks",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/StackStorm/st2apidocs/issues"
},
"homepage": "https://api.stackstorm.com/",
"devDependencies": {
"@babel/core": "^7.4.5",
"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",
"@stackstorm/react-sticky": "5.0.5",
"commonmark": "0.27.0",
"commonmark-react-renderer": "4.3.4",
"http-server": "^0.12.3",
"js-yaml": ">=4.0.0",
"json-schema-ref-parser": "7.1.0",
"lodash": "^4.17.15",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-router-dom": "^5.0.1",
"whatwg-fetch": "3.0.0"
}
}