@form-create/component-elm-checkbox
Version:
@form-create/element-ui 内置组件
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@form-create/component-elm-checkbox",
"version": "2.6.3",
"description": "@form-create/element-ui 内置组件",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.js",
"jsdelivr": "./dist/index.js",
"exports": {
"./*": "./*"
},
"scripts": {
"clean": "rimraf dist/",
"vite:build": "vite build",
"build:component:vite": "npm-run-all clean vite:build"
},
"files": [
"README.md",
"package.json",
"LICENSE",
"src",
"dist"
],
"keywords": [
"@form-create",
"form-create-component",
"element-ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xaboy/form-create.git"
},
"author": "xaboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/xaboy/form-create/issues"
},
"homepage": "http://www.form-create.com",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@form-create/utils": "^2.6.3"
},
"gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a"
}