tms-vue3-ui
Version:
Vue3基础UI库,提供JSONSchema编辑器,支持基于JSONSchema生成表单。
45 lines • 1.04 kB
JSON
{
"name": "tms-vue3-ui",
"version": "0.0.106",
"description": "Vue3基础UI库,提供JSONSchema编辑器,支持基于JSONSchema生成表单。",
"keywords": [
"vue3",
"ts",
"JSONSchema"
],
"author": "jasony62",
"license": "MIT",
"main": "./dist/es/index.js",
"files": [
"dist/",
"docs/",
"README.md"
],
"dependencies": {
"debug": "4.4.0",
"jsonpointer": "5.0.1",
"randexp": "0.5.3",
"tms-data-aid": "0.0.122",
"tms-vue3": "0.0.7"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
"@types/jsonpointer": "^4.0.2",
"@types/node": "22.14.1",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "4.1.2",
"jest": "29.7.0",
"rimraf": "6.0.1",
"sass": "1.86.3",
"ts-jest": "29.1.2",
"typescript": "5.8.3",
"vite": "6.2.6",
"vue": "3.5.13",
"vue-tsc": "2.2.8"
},
"scripts": {
"build": "rimraf ./dist && node ./bin/build && tsc -p tsconfig.build.json",
"test": "jest"
}
}