6cbfe20be1
* feat: 修改readme * [Feature]: 密码复杂度检测 (#407) * feat: 密码复杂度检测 * chore: 改为服务端校验 * feat: 优化展示 * fix:修复编辑页在不同element版本下表现不一致问题 (#406) * fix: 通过声明element最低版本来确定tab样式表现 * fix lint * feat(选项设置扩展):选择类题型增加选项排列配置 (#403) * build: add optimizeDeps packages * feat(选项设置扩展):选择类题型增加选项排列配置 * feat(选项设置扩展): 验收问题修复 --------- Co-authored-by: jiangchunfu <jiangchunfu@kaike.la> * fix: 删除多余内容 * feat: 优化登录窗口 * fix: 修复断点续答以及样式问题 fix: 修复选项引用验收bug fix: 修复断点续答问题 fix: 修复断点续答 fix: ignore fix: 修复投票题默认值 fix: 优化断点续答逻辑 fix: 选中图标适应高度 fix: 回退最大最小选择 fix: 修复断点续答 fix: 修复elswitch不更新问题 fix: 修复访问密码更新不生效问题 fix: 修复样式 fix: 修复多选题最大最小限制 fix: 优化断点续答问题 修复多选题命中最多选择后无法取消问题 fix: 修复服务端的富文本解析 fix: lint fix: min error fix: 修复最少最多选择 fix: 修复投票问卷的最少最多选择 fix: 兼容断点续答情况下选项配额为0的情况 fix: 兼容断点续答情况下选项配额为0的情况 fix: 兼容单选题的断点续答下的选项配额 fix: 修复添加选项问题 fix: 前端提示服务的配额已满 fix: 更新填写的过程中配额减少情况 --------- Co-authored-by: sudoooooo <zjbbabybaby@gmail.com> Co-authored-by: Stahsf <30379566+50431040@users.noreply.github.com> Co-authored-by: Jiangchunfu <mrj_kevin@163.com> Co-authored-by: jiangchunfu <jiangchunfu@kaike.la>
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"serve": "npm run dev",
|
|
"dev": "vite --open",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/materials/setters/widgets/QuotaConfig.vue"
|
|
},
|
|
"dependencies": {
|
|
"@logicflow/core": "2.0.0",
|
|
"@logicflow/extension": "2.0.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"async-validator": "^4.2.5",
|
|
"axios": "^1.4.0",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.8.1",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"nanoid": "^5.0.7",
|
|
"node-forge": "^1.3.1",
|
|
"pinia": "^2.1.7",
|
|
"qrcode": "^1.5.3",
|
|
"uuid": "^10.0.0",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5",
|
|
"vuedraggable": "^4.1.0",
|
|
"xss": "^1.0.14",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ep": "^1.1.15",
|
|
"@rushstack/eslint-patch": "^1.10.2",
|
|
"@tsconfig/node20": "^20.1.2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.11.19",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"husky": "^9.0.11",
|
|
"npm-run-all2": "^6.1.1",
|
|
"prettier": "^3.0.3",
|
|
"sass": "1.77.6",
|
|
"typescript": "~5.3.0",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-icons": "^0.18.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-virtual-mpa": "^1.11.0",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.6.0"
|
|
}
|
|
}
|