UNPKG

@sebastiandotdev/vue3-datatable

Version:

Vue3 Datatable - fully customizable & easy to use datatable library

87 lines 2.21 kB
{ "name": "@sebastiandotdev/vue3-datatable", "version": "0.1.3", "description": "Vue3 Datatable - fully customizable & easy to use datatable library", "private": false, "type": "module", "files": [ "dist" ], "main": "./dist/vue3-datatable.umd.js", "module": "./dist/vue3-datatable.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/vue3-datatable.js", "require": "./dist/vue3-datatable.umd.js", "types": "./dist/index.d.ts" }, "./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" }, "dependencies": { "vue": "^3.5.12" }, "devDependencies": { "@types/node": "^22.7.5", "@vitejs/plugin-vue": "^5.1.4", "autoprefixer": "^10.4.20", "typescript": "^5.6.2", "prettier": "^3.3.3", "vite": "^5.4.8", "vite-plugin-dts": "^4.2.1", "vue-tsc": "^2.1.6" }, "browserslist": [ "> 1%", "last 2 versions", "not dead", "not ie 11" ], "scripts": { "dev": "vite", "build": "vite build && vue-tsc --emitDeclarationOnly && npm run tailwind:build", "preview": "vite preview", "fmt": "prettier --write \"**/*.{vue,ts,tsx,md,mdx,js,cjs,mjs,jsx}\"", "tailwind": "npx tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --watch", "tailwind:build": "npx tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --minify" } }