-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated deps version and moved some from devDependencies to de…
…pendencies
- Loading branch information
1 parent
a99becf
commit dac9298
Showing
2 changed files
with
190 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,14 @@ | |
"name": "vue-openapi", | ||
"version": "0.1.1", | ||
"description": "Display API documentation that follow the OpenAPI 3.0 Specification", | ||
"keywords": ["vue", "material", "openapi", "api", "documentation", "swagger"], | ||
"keywords": [ | ||
"vue", | ||
"material", | ||
"openapi", | ||
"api", | ||
"documentation", | ||
"swagger" | ||
], | ||
"author": { | ||
"name": "Koumoul", | ||
"email": "[email protected]", | ||
|
@@ -18,6 +25,11 @@ | |
"dev": "NODE_ENV=development webpack --watch", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"lodash.get": "^4.4.2", | ||
"vue-material": "^0.7.1", | ||
"vue-resource": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.18.2", | ||
"babel-eslint": "^7.1.1", | ||
|
@@ -38,12 +50,10 @@ | |
"json-loader": "^0.5.4", | ||
"style-loader": "^0.13.1", | ||
"url-loader": "^0.5.7", | ||
"vue": "^2.1.3", | ||
"vue": "2.2.1", | ||
"vue-loader": "^10.0.1", | ||
"vue-material": "^0.7.1", | ||
"vue-resource": "^1.0.3", | ||
"vue-style-loader": "^1.0.0", | ||
"vue-template-compiler": "^2.1.3", | ||
"vue-template-compiler": "2.2.1", | ||
"webpack": "^1.13.3" | ||
} | ||
} |
Oops, something went wrong.