@bhplugin/vue3-datatable
Version:
Vue3 Datatable - fully customizable & easy to use datatable library
100 lines (99 loc) • 2.92 kB
JSON
{
"name": "@bhplugin/vue3-datatable",
"version": "3.0.0",
"description": "Vue3 Datatable - fully customizable & easy to use datatable library",
"private": false,
"type": "module",
"sideEffects": [
"**/*.css"
],
"files": [
"dist"
],
"main": "./dist/vue3-datatable.umd.cjs",
"module": "./dist/vue3-datatable.js",
"types": "./dist/components/index.d.ts",
"exports": {
".": {
"types": "./dist/components/index.d.ts",
"import": "./dist/vue3-datatable.js",
"require": "./dist/vue3-datatable.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"author": {
"name": "Bhavesh Patel",
"email": "bhavesh.patel200@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhaveshpatel200/vue3-datatable.git"
},
"bugs": {
"url": "https://github.com/bhaveshpatel200/vue3-datatable/issues"
},
"homepage": "https://github.com/bhaveshpatel200/vue3-datatable#readme",
"funding": "https://github.com/sponsors/bhaveshpatel200",
"keywords": [
"vue3",
"vue",
"vuejs",
"component",
"datatable",
"vue3 datatable",
"vue datatable",
"vue3-datatable",
"vue grid",
"vue3 grid",
"vue table",
"vue3 table",
"datagrid",
"data-grid",
"data-table",
"table",
"grid",
"filter",
"sorting",
"pagination"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly && npm run tailwind:build",
"preview": "vite preview",
"tailwind": "tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --watch",
"tailwind:build": "tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --minify",
"prettier": "prettier --write \"src/**/*.{vue,ts,js,css}\"",
"lint": "eslint \"src/**/*.{vue,ts,js}\" --fix",
"cb": "npm run prettier && npm run lint && npm run build"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^25.5.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/typescript-plugin": "^3.2.6",
"autoprefixer": "^10.4.8",
"eslint": "^9.39.4",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3",
"vue": "^3.5.32",
"vue-tsc": "^3.2.6"
},
"peerDependencies": {
"vue": ">=3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}