-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "vue-openapi",
"version": "0.4.2",
"description": "Display API documentation that follow the OpenAPI 3.0 Specification",
"keywords": [
"vue",
"material",
"openapi",
"api",
"documentation",
"swagger"
],
"author": {
"name": "Koumoul",
"email": "[email protected]",
"url": "https://koumoul.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/koumoul-dev/vue-openapi.git"
},
"main": "src/OpenApi.vue",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"json-formatter-js": "^2.2.0",
"json-schema-deref-local": "^0.2.1",
"json-schema-view-js": "^1.0.0",
"marked": "^0.3.6",
"vue-material": "^0.7.1",
"vue-resource": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"browser-sync": "^2.18.2",
"cross-env": "^5.0.0",
"css-loader": "^0.26.0",
"eslint": "^3.11.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.2.1",
"vue-loader": "^11.1.4",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0"
}
}