mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-12-08 04:28:46 +00:00
Replaced with the newer version
This commit is contained in:
67
package.json
67
package.json
@@ -1,60 +1,31 @@
|
||||
{
|
||||
"name": "vue-modal",
|
||||
"version": "0.0.1",
|
||||
"description": "A Vue.js simple modal dialog component",
|
||||
"name": "examples",
|
||||
"description": "Examples of using components",
|
||||
"version": "1.0.0",
|
||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "./dist/vue-modal.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/euvl/vue-modal.git"
|
||||
"private": false,
|
||||
"main": "./components/index.js",
|
||||
"scripts": {
|
||||
"examples": "cross-env NODE_ENV=development webpack-dev-server --open --hot"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-runtime": "^6.18.0",
|
||||
"autoprefixer": "^6.4.0",
|
||||
"vue": "^2.1.10",
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-loader": "^6.0.0",
|
||||
"babel-plugin-transform-runtime": "^6.0.0",
|
||||
"babel-loader": "^6.2.10",
|
||||
"babel-preset-es2015": "^6.0.0",
|
||||
"babel-preset-stage-2": "^6.0.0",
|
||||
"babel-register": "^6.0.0",
|
||||
"chalk": "^1.1.3",
|
||||
"connect-history-api-fallback": "^1.1.0",
|
||||
"cross-env": "^3.0.0",
|
||||
"css-loader": "^0.25.0",
|
||||
"eslint": "^3.7.1",
|
||||
"eslint-friendly-formatter": "^2.0.5",
|
||||
"eslint-loader": "^1.5.0",
|
||||
"eslint-plugin-html": "^1.3.0",
|
||||
"eslint-config-airbnb-base": "^8.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.6.0",
|
||||
"eslint-plugin-import": "^1.16.0",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"express": "^4.13.3",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.9.0",
|
||||
"function-bind": "^1.0.2",
|
||||
"html-webpack-plugin": "^2.8.1",
|
||||
"http-proxy-middleware": "^0.17.2",
|
||||
"json-loader": "^0.5.4",
|
||||
"semver": "^5.3.0",
|
||||
"opn": "^4.0.2",
|
||||
"ora": "^0.3.0",
|
||||
"shelljs": "^0.7.4",
|
||||
"url-loader": "^0.5.7",
|
||||
"vue-loader": "^9.4.0",
|
||||
"vue-style-loader": "^1.0.0",
|
||||
"webpack": "^1.13.2",
|
||||
"webpack-dev-middleware": "^1.8.3",
|
||||
"webpack-hot-middleware": "^2.12.2",
|
||||
"webpack-merge": "^0.14.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
"node-sass": "^4.5.0",
|
||||
"sass-loader": "^5.0.1",
|
||||
"vue-hot-reload-api": "^2.0.8",
|
||||
"vue-loader": "^10.0.0",
|
||||
"vue-style-loader": "^2.0.0",
|
||||
"vue-template-compiler": "^2.1.0",
|
||||
"webpack": "^2.2.0",
|
||||
"webpack-dev-server": "^2.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.0.5"
|
||||
"velocity-animate": "^1.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user