UNPKG

lara-vue-datatable

Version:

Laravel and Vuejs based custom datatable with pagination, search and page length

41 lines (40 loc) 937 B
{ "private": false, "name": "lara-vue-datatable", "version": "0.0.18", "description": "Laravel and Vuejs based custom datatable with pagination, search and page length", "author": "Sandesh Satyal", "homepage": "https://github.com/sandysh/lara-vue-datatable", "license": "MIT", "keywords": [ "vue", "component", "laravel", "pagination", "search", "datatable", "laravel-vue-datatable" ], "repository": { "type": "git", "url": "https://github.com/sandysh/lara-vue-datatable.git" }, "main": "./dist/index.cjs.js", "scripts": { "dev": "vue serve src/Test.vue", "build": "bili --name index --plugin vue --vue.css false" }, "files": [ "dist/*" ], "devDependencies": { "axios": "^0.21.4", "bili": "^3.4.2", "rollup-plugin-vue": "^4.6.1", "vue-template-compiler": "^2.6.14" }, "dependencies": { "vue": "^2.6.14", "vuex": "^3.6.2" } }