@vue-curd/vue-curd
Version:
A production components library
28 lines (27 loc) • 716 B
JSON
{
"name": "@vue-curd/vue-curd",
"version": "2.0.0",
"description": "A production components library",
"author": "tuchongyang <779311998@qq.com>",
"homepage": "https://github.com/tuchongyang/vue-curd/tree/main/packages/vue-curd#readme",
"license": "ISC",
"main": "index.ts",
"private": false,
"keywords": [
"vue",
"vue3",
"curd-table",
"schema-form"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vue-curd/constant-status": "^2.0.0",
"@vue-curd/curd-form": "^2.0.0",
"@vue-curd/curd-table": "^2.0.0",
"@vue-curd/form-dialog": "^2.0.0",
"@vue-curd/table-filter": "^2.0.0"
},
"gitHead": "167cfa1576b0779aa84cbbf55e23b42d3773ef2d"
}