1 Star 0 Fork 15

浮云/ai-form

forked from leooneone/ai-form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
leooneone 提交于 2023-12-05 09:46 . 日常更新
{
"name": "ai-form",
"private": false,
"version": "0.9.8",
"type": "module",
"main": "./lib/ai-form.js",
"author": "Leo",
"license": "MIT",
"description": "AiForm 表单设计/解析器",
"keywords": [
"vue3",
"element-plus",
"aiform",
"form",
"designer"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build1": "vue-tsc && vite build",
"build:dist": "vite build --config vite.build.config.ts",
"preview": "vite preview",
"lib": "vite build --config vite-lib.config.js",
"lint": "vite lint"
},
"dependencies": {
"element-plus": "^2.3.14",
"fast-glob": "^3.3.1",
"mitt": "^3.0.1",
"numeral": "^2.0.6",
"vue": "^3.3.4",
"vue-esign": "^1.1.4",
"vue-i18n": "^9.4.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.67.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.8.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/arhularm/ai-form.git
git@gitee.com:arhularm/ai-form.git
arhularm
ai-form
ai-form
main

搜索帮助