@antdv/pro-utils
Version:
@antdv/pro-utils
45 lines (44 loc) • 898 B
JSON
{
"name": "@antdv/pro-utils",
"type": "module",
"version": "1.0.8",
"description": "@antdv/pro-utils",
"license": "MIT",
"keywords": [
"ant-design-vue",
"admin",
"ant-design-vue-pro"
],
"sideEffects": false,
"main": "lib/pro-utils.cjs.js",
"module": "es/index.mjs",
"typings": "lib/index.d.ts",
"unpkg": "lib/pro-utils.min.js",
"jsdelivr": "lib/pro-utils.min.js",
"files": [
"es",
"lib"
],
"scripts": {
"build": "unbuilder build"
},
"peerDependencies": {
"ant-design-vue": ">=4.2.0",
"vue": ">=3.4.0"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antdv/pro-provider": "1.0.5",
"dayjs": "^1.11.13",
"is-plain-object": "^5.0.0",
"safe-stable-stringify": "^2.5.0"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%"
],
"publishConfig": {
"access": "public"
}
}