hyb-naive
Version:
对naive-ui组件进行二次封装,主要包含Form表单组件,进行JSON化化配置处理,快速实现表单的录入和页面筛选器功能
37 lines • 930 B
JSON
{
"name": "hyb-naive",
"version": "1.0.7",
"description": "对naive-ui组件进行二次封装,主要包含Form表单组件,进行JSON化化配置处理,快速实现表单的录入和页面筛选器功能",
"author": "爱吃荷叶饼的小刘同学",
"keywords": [
"Naive",
"Naive-Form",
"HybNaive",
"NaiveUI",
"Vue3",
"TS",
"Vite"
],
"main": "index.cjs.js",
"module": "index.es.js",
"types": "index.d.ts",
"license": "MIT",
"homepage": "https://llm2016.github.io/hyb-naive",
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"moment": "^2.30.1",
"naive-ui": "^2.40.3",
"typescript": "^5.7.3",
"@rollup/plugin-terser": "^0.4.4",
"vite-plugin-dts": "^4.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"tsc": "tsc",
"preview": "vite preview",
"dev": "vite"
}
}