el-plus-powerful-table
Version:
## [DOCS](https://peng-xiao-shuai.github.io/vite-vue-admin-docs/zh-CN/component_directive/component/powerful-table-doc.html)
88 lines (87 loc) • 2.16 kB
JSON
{
"name": "el-plus-powerful-table",
"version": "2.2.21",
"private": false,
"keywords": [
"element-plus",
"vue3.0",
"table",
"ts",
"tsx",
"el-table",
"batchOperation",
"pagination",
"checkbox"
],
"homepage": "https://github.com/peng-xiao-shuai/el-plus-powerful-table/tree/master-ts",
"bugs": {
"url": "https://github.com/Peng-Xiao-Shuai/el-plus-powerful-table/issues",
"email": "1612565136@qq.com"
},
"license": "MIT",
"author": "peng-xiao-shuai",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.mjs",
"style": "es/style.css",
"types": "es/index.d.ts",
"exports": {
".": {
"types": "./es/index.d.ts",
"require": "./lib/index.js",
"import": "./es/index.mjs"
},
"./es": "./es/index.mjs",
"./lib": "./lib/index.js",
"./type": "./es/index.d.ts",
"./global": "./es/global.d.ts",
"./*": "./*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peng-xiao-shuai/el-plus-powerful-table.git"
},
"publishConfig": {
"branch": "master-ts"
},
"scripts": {
"dev": "vite --force",
"tsc": "vue-tsc --noEmit",
"lib": "rimraf ./lib ./es && vite build --config vite.lib.ts --mode lib && esno ./script/copy.js ",
"gitBuild": "vite build --base=/el-plus-powerful-table/"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"element-plus": "^2.10.6",
"vue": "^3.5.18"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"devDependencies": {
"@element-plus/eslint-config": "^0.0.20231008",
"@types/node": "^20.19.10",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/runtime-core": "^3.5.18",
"eslint": "^8.57.1",
"eslint-define-config": "^1.24.1",
"typescript": "^5.9.2",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.14",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^1.8.27"
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
}
}