-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1ad71c
commit b2d696c
Showing
3 changed files
with
8,823 additions
and
99 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 |
---|---|---|
@@ -1,82 +1,84 @@ | ||
{ | ||
"name": "vue-hotel-datepicker", | ||
"version": "2.7.5", | ||
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more", | ||
"author": "krystalcampioni <hello@krystalcampioni.com>", | ||
"license": "MIT", | ||
"main": "dist/vue-hotel-datepicker.min.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --hot --open --config build/webpack.dev.conf.js", | ||
"build": "rimraf dist && webpack --progress --hide-modules --config build/webpack.prod.conf.js", | ||
"lint": "eslint */*.vue */*.js --quiet", | ||
"test": "ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan --exit" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/krystalcampioni/vue-hotel-datepicker" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"date", | ||
"dates", | ||
"input", | ||
"date input", | ||
"datepicker", | ||
"date picker", | ||
"range", | ||
"date range picker" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/krystalcampioni/vue-hotel-datepicker/issues" | ||
}, | ||
"homepage": "https://github.com/krystalcampioni/vue-hotel-datepicker", | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.0.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-runtime": "^6.23.0", | ||
"chai": "^4.1.2", | ||
"css-loader": "^0.28.2", | ||
"eslint": "^4.19.1", | ||
"eslint-plugin-html": "^3.2.2", | ||
"extract-text-webpack-plugin": "^3.0.1", | ||
"file-loader": "^1.1.5", | ||
"html-webpack-plugin": "^2.28.0", | ||
"jsdom": "^11.3.0", | ||
"jsdom-global": "^3.0.2", | ||
"mocha": "^4.0.1", | ||
"mocha-webpack": "^0.7.0", | ||
"node-sass": "^4.9.3", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"postcss-cssnext": "^3.1.0", | ||
"rimraf": "^2.6.1", | ||
"sass-loader": "^6.0.5", | ||
"style-loader": "^0.19.0", | ||
"uglifyjs-webpack-plugin": "^0.4.3", | ||
"url-loader": "^0.6.2", | ||
"vue": "^2.3.3", | ||
"vue-loader": "^13.3.0", | ||
"vue-template-compiler": "^2.3.3", | ||
"vue-test-utils": "^1.0.0-beta.1", | ||
"webpack": "^3.7.1", | ||
"webpack-dev-server": "^2.4.5" | ||
}, | ||
"dependencies": { | ||
"cssnano": "^3.10.0", | ||
"fecha": "^2.3.1", | ||
"lodash.throttle": "^4.1.1", | ||
"pug": "^2.0.0-rc.3", | ||
"vue-on-click-outside": "^1.0.3" | ||
} | ||
"name": "vue-hotel-datepicker", | ||
"version": "2.7.6", | ||
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more", | ||
"author": "krystalcampioni <hello@krystalcampioni.com>", | ||
"license": "MIT", | ||
"main": "dist/vue-hotel-datepicker.min.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --hot --open --config build/webpack.dev.conf.js", | ||
"build": "rimraf dist && webpack --progress --hide-modules --config build/webpack.prod.conf.js", | ||
"lint": "eslint */*.vue */*.js --quiet", | ||
"test": "ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan --exit", | ||
"publish": "npm build && npm publish" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/krystalcampioni/vue-hotel-datepicker" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"date", | ||
"dates", | ||
"input", | ||
"date input", | ||
"datepicker", | ||
"date picker", | ||
"range", | ||
"date range picker" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/krystalcampioni/vue-hotel-datepicker/issues" | ||
}, | ||
"homepage": "https://github.com/krystalcampioni/vue-hotel-datepicker", | ||
"devDependencies": { | ||
"@vue/test-utils": "^1.0.0-beta.30", | ||
"autoprefixer": "^7.2.6", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.6", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-runtime": "^6.26.0", | ||
"chai": "^4.2.0", | ||
"css-loader": "0.28.11", | ||
"eslint": "^4.19.1", | ||
"eslint-plugin-html": "^3.2.2", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"file-loader": "^1.1.11", | ||
"html-webpack-plugin": "^2.30.1", | ||
"jsdom": "^11.12.0", | ||
"jsdom-global": "^3.0.2", | ||
"mocha": "^4.1.0", | ||
"mocha-webpack": "^0.7.0", | ||
"node-sass": "^4.13.0", | ||
"optimize-css-assets-webpack-plugin": "^3.2.1", | ||
"postcss-cssnext": "^3.1.0", | ||
"rimraf": "^2.7.1", | ||
"sass-loader": "^6.0.7", | ||
"style-loader": "^0.19.1", | ||
"uglifyjs-webpack-plugin": "^0.4.6", | ||
"url-loader": "^0.6.2", | ||
"vue": "^2.6.11", | ||
"vue-loader": "^13.7.3", | ||
"vue-template-compiler": "^2.6.11", | ||
"webpack": "^3.12.0", | ||
"webpack-dev-server": "^2.11.5" | ||
}, | ||
"dependencies": { | ||
"cssnano": "^3.10.0", | ||
"fecha": "^2.3.3", | ||
"fstream": "1.0.12", | ||
"lodash.throttle": "^4.1.1", | ||
"pug": "^2.0.4", | ||
"vue-on-click-outside": "^1.0.3" | ||
} | ||
} |
Oops, something went wrong.