vue-slide-for-more
Version:
A vuejs(vue2) component for loading more data when the content was slide to the bottom on mobile, provided refresh function, supported SSR
85 lines (84 loc) • 2.63 kB
JSON
{
"name": "vue-slide-for-more",
"version": "4.2.0",
"description": "A vuejs(vue2) component for loading more data when the content was slide to the bottom on mobile, provided refresh function, supported SSR",
"main": "./lib/umd/index.js",
"module": "./lib/es/index.js",
"unpkg": "./lib/umd/index.js",
"scripts": {
"build:css": "node-sass ./src/css/index.scss ./lib/css/index.css --output-style compressed",
"build": "rimraf ./lib && npm run build:css && rollup -c",
"eslint": "eslint ./src/index.vue",
"test": "cross-env BABEL_ENV=test karma start --single-run",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livelybone/vue-slide-for-more.git"
},
"keywords": [
"vue",
"vue2",
"slide",
"loadmore",
"mobile"
],
"author": "livelybone",
"license": "MIT",
"bugs": {
"url": "https://github.com/livelybone/vue-slide-for-more/issues"
},
"homepage": "https://livelybone.github.io/vue/vue-slide-for-more/",
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.19",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"commitizen": "^3.0.7",
"conventional-changelog-cli": "^2.0.12",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-vue": "^4.5.0",
"karma": "^2.0.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-vue": "^5.0.0",
"vue": "^2.5.16",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-command": "^0.2.1"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}