mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added webpack build config
This commit is contained in:
@@ -10,13 +10,7 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/euvl/vue-modal.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "node examples/server.js",
|
||||
"build": "node build/build.js",
|
||||
"lint": "eslint --fix --ext .js,.vue src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^2.0.1",
|
||||
"babel-runtime": "^6.18.0",
|
||||
"autoprefixer": "^6.4.0",
|
||||
"babel-core": "^6.0.0",
|
||||
@@ -59,5 +53,8 @@
|
||||
"engines": {
|
||||
"node": ">= 4.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user