-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "leanapi",
"version": "1.6.2",
"description": "LeanAPI generates a nice UI for your API specifications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"leanapi": "./src/index.js"
},
"author": "Bas Tuijnman",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.3.0",
"@material-ui/icons": "^3.0.1",
"babel-loader": "^8.0.4",
"classnames": "^2.2.5",
"commander": "^2.9.0",
"css-loader": "^1.0.1",
"install": "^0.12.2",
"json-formatter-js": "^2.2.0",
"json-schema-deref-sync": "^0.7.0",
"json-schema-view-js": "^2.0.1",
"memory-fs": "^0.4.1",
"mkdirp": "^0.5.1",
"progress": "^2.0.1",
"raml-1-parser": "^1.1.48",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-syntax-highlighter": "^9.0.1",
"socket.io": "^2.1.1",
"style-loader": "^0.23.1",
"webpack": "^4.25.1"
}
}