UNPKG

v-endless-list

Version:

Minimalistic and tiny Vue.js scroll list components for an endless amount of data

50 lines (49 loc) 1.47 kB
{ "name": "v-endless-list", "version": "3.0.0", "description": "Minimalistic and tiny Vue.js scroll list components for an endless amount of data", "keywords": [ "vue", "vuejs", "infinite-scroll", "virtual-scroller", "scroll-list", "big-data", "lazy-loading" ], "author": "Simon Ismair", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Aletheios/v-endless-list" }, "main": "dist/vEndlessList.js", "scripts": { "build": "webpack --env dev && webpack --env build", "demo": "http-server -p 1337", "dev": "webpack --progress --colors --watch --env dev", "lint": "eslint --ext js ./src", "start": "concurrently \"npm:dev\" \"npm:demo\"" }, "devDependencies": { "@babel/core": "7.11.6", "@babel/preset-env": "7.11.5", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-loader": "8.1.0", "babel-plugin-add-module-exports": "1.0.4", "babel-preset-env": "1.7.0", "concurrently": "5.3.0", "eslint": "7.10.0", "eslint-loader": "4.0.2", "http-server": "0.12.3", "terser": "5.3.4", "terser-webpack-plugin": "4.2.3", "webpack": "4.44.2", "webpack-cli": "3.3.12", "yargs": "16.0.3" }, "peerDependencies": { "vue": ">= 3.0.0" } }