UNPKG

@jdlinker/utils

Version:

jdLinker 工具库

42 lines (41 loc) 811 B
{ "name": "@jdlinker/utils", "version": "3.2.5", "private": false, "keywords": [ "jdlinker", "je", "jepaas", "低代码平台", "低代码开发" ], "description": "jdLinker 工具库", "author": { "name": "gaosong" }, "scripts": { "yalc:publish": "yalc publish", "yalc:push": "yalc push" }, "main": "src/index.ts", "files": [ "src" ], "dependencies": { "vue": "^3.4.27", "dayjs": "^1.11.10", "lodash-es": "^4.17.21", "prettier-plugin-packagejson": "^2.4.12", "resize-observer-polyfill": "^1.5.1", "clipboard": "^2.0.11", "crypto-js": "^4.2.0", "md5": "^2.3.0", "linker-ui-components": "^1.1.0" }, "devDependencies": { "@types/crypto-js": "^4.2.1" }, "publishConfig": { "access": "public" } }