@antdv/pro-list
Version:
@antdv/pro-list
48 lines (47 loc) • 976 B
JSON
{
"name": "@antdv/pro-list",
"type": "module",
"version": "1.0.2",
"description": "@antdv/pro-list",
"author": "kriszu",
"license": "MIT",
"keywords": [
"ant-design-vue",
"admin",
"ant-design-vue-pro"
],
"sideEffects": false,
"main": "lib/pro-list.cjs.js",
"module": "es/index.mjs",
"typings": "lib/index.d.ts",
"unpkg": "lib/pro-list.min.js",
"jsdelivr": "lib/pro-list.min.js",
"files": [
"es",
"lib"
],
"scripts": {
"build": "unbuilder build"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%"
],
"peerDependencies": {
"ant-design-vue": ">=4.2.0",
"vue": ">=3.4.0"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antdv/pro-card": "1.0.6",
"@antdv/pro-provider": "1.0.5",
"@antdv/pro-table": "1.0.3",
"@antdv/pro-utils": "1.0.8",
"lodash-es": "^4.17.21",
"path-to-regexp": "2.4.0"
},
"publishConfig": {
"access": "public"
}
}