UNPKG

vue3-table-lite

Version:

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.

64 lines (63 loc) 1.6 kB
{ "name": "vue3-table-lite", "version": "1.4.3", "description": "A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.", "repository": { "type": "git", "url": "https://github.com/linmasahiro/vue3-table-lite" }, "keywords": [ "vue", "vue3", "table" ], "author": "Lin Masahiro(k80092@hotmail.com)", "license": "MIT", "private": false, "bugs": { "url": "https://github.com/linmasahiro/vue3-table-lite/issues" }, "homepage": "https://github.com/linmasahiro/vue3-table-lite", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "serve": "vite preview" }, "dependencies": { "vue": "^3.0.5" }, "devDependencies": { "@types/node": "^22.8.4", "@types/vue": "^2.0.0", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "@vitejs/plugin-vue": "^5.1.4", "@vue/compiler-sfc": "^3.5.12", "@vue/eslint-config-typescript": "^14.1.3", "@vue/runtime-core": "^3.5.12", "eslint": "^9.13.0", "eslint-plugin-vue": "^9.30.0", "typescript": "^5.6.3", "vite": "^5.4.10", "vue-tsc": "^2.1.8" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/vue3-essential", "eslint:recommended" ], "rules": {} }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "main": "./index.js", "types": "./ts.d.ts" }