UNPKG

vue-sliding-pagination

Version:
99 lines (98 loc) 3.11 kB
{ "name": "vue-sliding-pagination", "version": "2.0.0-alpha-1", "repository": { "type": "git", "url": "https://github.com/eFrane/vue-sliding-pagination" }, "homepage": "https://vue-sliding-pagination.efrane.com", "description": "Sliding pagination component", "author": "eFrane <efrane@meanderingsoul.com>", "license": "MIT", "main": "dist/vue-sliding-pagination.umd.js", "unpkg": "dist/browser/vue-sliding-pagination.min.js", "keywords": [ "pagination", "vue", "sliding window", "moving window" ], "scripts": { "build": "rimraf ./dist && webpack --config webpack.config.js", "unit": "jest --config test/unit/jest.conf.js", "prepare": "yarn run lint", "prepack": "yarn run test && yarn run build", "tdd": "yarn run unit --watch", "test": "yarn run unit --coverage", "lint": "eslint --ext .js,.vue src test/unit", "pr": "yarn && yarn prepack && echo 'Please check if the documentation still works'" }, "dependencies": { "@vue/compat": "^3.4.38", "vue": "^3.4.38" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3", "@vue/compiler-sfc": "^3.1.0", "@vue/test-utils": "^2.4.6", "@vue/vue3-jest": "^29.2.6", "autoprefixer": "^10.4.16", "babel-core": "^7.0.0-beta.3", "babel-eslint": "^10.1.0", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-jest": "^27.0.6", "babel-loader": "^7.1.1", "babel-plugin-dynamic-import-node": "^2.3.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "babel-preset-env": "^1.3.2", "babel-preset-stage-2": "^6.22.0", "copy-webpack-plugin": "^6.3.2", "css-loader": "^5.0.1", "eslint": "^7.14.0", "eslint-config-standard": "^16.0.2", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^4.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^9.17.0", "file-loader": "^6.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "jest": "^27.0.6", "jest-serializer-vue": "^3.1.0", "mini-css-extract-plugin": "^2.9.1", "optimize-css-assets-webpack-plugin": "^6.0.0", "portfinder": "^1.0.13", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-url": "^9.0.0", "rimraf": "^5.0.1", "sass": "^1.27.0", "sass-loader": "^14.2.1", "semver": "^7.1.3", "shelljs": "^0.8.3", "style-loader": "^2.0.0", "uglifyjs-webpack-plugin": "^2.2.0", "url-loader": "^4.0.0", "vue-loader": "^16.8.3", "vue-style-loader": "^4.1.2", "webpack": "^5.1.3", "webpack-cli": "^5.1.4", "webpack-merge": "^5.2.0" }, "engines": { "node": ">= 18.3.0", "npm": ">= 8.11.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "packageManager": "yarn@4.8.1" }