@corgicoding-el/data-pagination
Version:
基于element-plus的分页组件
38 lines • 877 B
JSON
{
"name": "@corgicoding-el/data-pagination",
"version": "2.0.9",
"type": "module",
"author": "charles-chan <charleschan2016@m.scnu.edu.cn>",
"files": [
"lib"
],
"description": "基于element-plus的分页组件",
"private": false,
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.umd.cjs"
},
"./types.d": "./lib/types.d.ts"
},
"peerDependencies": {
"element-plus": "^2.7.2",
"vue": "^3.4.25"
},
"keywords": [
"element-plus",
"vue",
"corgicoding",
"data-pagination"
],
"license": "Apache-2.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "vue-tsc && vite build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}