vue-pagination-2
Version:
Vue.js 2 pagination component
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "vue-pagination-2",
"description": "Vue.js 2 pagination component",
"version": "3.1.0",
"keywords": [
"pagination",
"vuejs2",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/matfish2/vue-pagination-2"
},
"files": [
"compiled",
"dist",
"index.js"
],
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"merge": "^2.1.1",
"vue": ">=2.0.0",
"vuex": "^2.0.0"
},
"license": "MIT",
"main": "compiled/main.js",
"scripts": {
"build": "babel src -d compiled",
"build-dist": "webpack"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-plugin-transform-with": "^1.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.2"
}
}