UNPKG

@ryan-json-schema-vue3/form

Version:

基于 vue3 + element plus json schema 表单

67 lines 1.51 kB
{ "name": "@ryan-json-schema-vue3/form", "version": "1.0.6", "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" }, "./dist/style.css": "./dist/style.css" }, "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 form", "json", "vxe-table", "组件库", "企业级", "后台管理", "pnpm", "monorepo" ], "repository": { "url": "https://github.com/HeroCloudy/ryan-json-schema-vue3" }, "license": "ISC", "dependencies": { "element-plus": "^2.5.1", "vue": "^3.4.15", "@ryan-json-schema-vue3/utils": "^1.0.3" }, "peerDependencies": { "element-plus": "^2.4.4", "vue": "^3.3.11" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.3", "@vitejs/plugin-vue-jsx": "^3.1.0", "vite-plugin-dts": "^3.7.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "vite build", "build:watch": "vite build --watch" } }