UNPKG

vue-carousel

Version:

A flexible, responsive, touch-friendly carousel for Vue.js

80 lines (79 loc) 2.86 kB
{ "name": "vue-carousel", "version": "0.18.0", "description": "A flexible, responsive, touch-friendly carousel for Vue.js", "main": "dist/vue-carousel.min.js", "scripts": { "build": "webpack --config webpack.prod.js && npm run updateDocAssets", "coveralls": "cat coverage/client/lcov.info | ./node_modules/.bin/coveralls", "dev": "vue-play start --standalone", "dev:build": "vue-play build", "docs:build": "npm run build && rm -rf ./docs/public && mkdir ./docs/public/ && cd ./docs/public/ && git init && git remote add origin git@github.com:SSENSE/vue-carousel.git && git fetch && git checkout -f gh-pages && cd .. && npm install && ./node_modules/.bin/hexo clean && ./node_modules/.bin/hexo generate", "lint": "prettier-eslint --write \"src/**/?(*.js|*.vue)\" || exit 1", "precommit": "lint-staged && npm run test", "test": "npm run test:client", "test:client": "jest --config tests/client.jest.json", "test:client:coverage": "jest --config tests/client.jest.json --coverage", "test-coverage": "npm run test:client:coverage", "updateDocAssets": "cp ./dist/vue-carousel.min.js ./docs/themes/vue/source/js/" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/SSENSE/vue-carousel.git" }, "keywords": [ "Vue", "carousel", "slider", "responsive" ], "author": "todd.beauchamp@ssense.com", "license": "MIT", "bugs": { "url": "https://github.com/ssense/vue-carousel/issues" }, "homepage": "https://github.com/ssense/vue-carousel#readme", "dependencies": { "global": "^4.3.2", "regenerator-runtime": "^0.12.1", "vue": "^2.5.17" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@vue/test-utils": "^1.0.0-beta.26", "babel-loader": "^8.0.1", "coveralls": "^3.0.1", "css-loader": "^1.0.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.0.1", "eslint-config-prettier": "^2.9.0", "eslint-config-ssense": "^0.1.0", "eslint-config-vue": "^2.0.1", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-vue": "^4.0.0", "html-webpack-plugin": "^3.2.0", "husky": "^0.12.0", "isparta": "^4.0.0", "isparta-loader": "^2.0.0", "jest": "^23.5.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^8.1.0", "prettier": "^1.10.2", "prettier-eslint": "^8.8.1", "prettier-eslint-cli": "^4.7.0", "shelljs": "^0.7.5", "uglifyjs-webpack-plugin": "^1.3.0", "vue-loader": "^15.3.0", "vue-play": "^3.2.1", "vue-play-cli": "^1.1.1", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.5.17", "webpack": "^4.16.5", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.4" } }