@ryan-json-schema-vue3/utils
Version:
基于 vue3 + element plus json schema 表单列表通用工具类库
58 lines • 1.24 kB
JSON
{
"name": "@ryan-json-schema-vue3/utils",
"version": "1.0.3",
"description": "基于 vue3 + element plus json schema 表单列表通用工具类库",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.es.d.ts",
"exports": {
".": {
"require": "./dist/index.umd.js",
"import": "./dist/index.es.js",
"types": "./dist/index.es.d.ts"
}
},
"files": [
"./dist",
"package.json",
"README.md"
],
"author": {
"name": "youyacoder",
"email": "hero_cloudy@126.com",
"url": "https://github.com/HeroCloudy/ryan-json-schema-vue3"
},
"keywords": [
"vue3",
"typescript",
"vite",
"element plus",
"json schema",
"json schema utils",
"json",
"vxe-table",
"组件库",
"企业级",
"后台管理",
"pnpm",
"monorepo"
],
"repository": {
"url": "https://github.com/HeroCloudy/ryan-json-schema-vue3"
},
"license": "ISC",
"devDependencies": {
"vite-plugin-dts": "^3.7.0",
"vue": "^3.3.11"
},
"peerDependencies": {
"vue": "^3.3.11"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "vite build"
}
}