mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-20 21:11:52 +00:00
Bump version and fix dependencies
This commit is contained in:
parent
91556a7363
commit
8d085da66b
1 changed files with 4 additions and 6 deletions
10
package.json
10
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "vuejs-material",
|
||||
"description": "Material Design for Vue.js",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"author": "Marcos Moura <marcosvmmoura@gmail.com>",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
@ -16,10 +16,8 @@
|
|||
"dependencies": {
|
||||
"autosize": "^3.0.17",
|
||||
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
||||
"highlightjs": "^8.7.0",
|
||||
"scopedQuerySelectorShim": "github:lazd/scopedQuerySelectorShim",
|
||||
"vue": "^2.0.0-rc.6",
|
||||
"vue-router": "^2.0.0-rc.5"
|
||||
"vue": "^2.0.0-rc.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.14.0",
|
||||
|
|
@ -40,6 +38,7 @@
|
|||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.9.0",
|
||||
"function-bind": "^1.1.0",
|
||||
"highlightjs": "^8.7.0",
|
||||
"html-webpack-plugin": "^2.22.0",
|
||||
"http-proxy-middleware": "^0.17.1",
|
||||
"json-loader": "^0.5.4",
|
||||
|
|
@ -49,11 +48,10 @@
|
|||
"sass-loader": "^4.0.2",
|
||||
"shelljs": "^0.7.4",
|
||||
"url-loader": "^0.5.7",
|
||||
"vue": "^2.0.0-rc.7",
|
||||
"vue-hot-reload-api": "^2.0.6",
|
||||
"vue-html-loader": "^1.2.3",
|
||||
"vue-loader": "^9.3.2",
|
||||
"vue-router": "^2.0.0-rc.4",
|
||||
"vue-router": "^2.0.0-rc.5",
|
||||
"vue-style-loader": "^1.0.0",
|
||||
"vue-template-compiler": "^2.0.0-rc.7",
|
||||
"webpack": "^1.13.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue