xiaoju-survey/web/package.json

83 lines
2.2 KiB
JSON
Raw Normal View History

2023-11-02 12:12:37 +00:00
{
"name": "web",
"version": "0.1.0",
"private": true,
2024-05-09 12:34:24 +00:00
"type": "module",
2023-11-02 12:12:37 +00:00
"scripts": {
2024-05-16 13:15:34 +00:00
"serve": "npm run dev",
"dev": "vite --open",
2024-05-09 12:34:24 +00:00
"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"
2023-11-02 12:12:37 +00:00
},
"dependencies": {
"@logicflow/core": "2.0.0",
"@logicflow/extension": "2.0.0",
2023-11-02 12:12:37 +00:00
"@wangeditor/editor": "^5.1.23",
2024-05-09 12:34:24 +00:00
"@wangeditor/editor-for-vue": "^5.1.12",
2024-03-17 05:29:52 +00:00
"async-validator": "^4.2.5",
2023-11-02 12:12:37 +00:00
"axios": "^1.4.0",
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
fix: 修复断点续答以及样式问题 (#420) * 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>
2024-09-12 09:51:29 +00:00
"element-plus": "^2.8.1",
2024-03-17 05:29:52 +00:00
"lodash-es": "^4.17.21",
2023-11-02 12:12:37 +00:00
"moment": "^2.29.4",
2024-05-21 13:31:55 +00:00
"nanoid": "^5.0.7",
2024-01-30 14:19:45 +00:00
"node-forge": "^1.3.1",
2024-06-28 10:46:24 +00:00
"pinia": "^2.1.7",
2023-11-02 12:12:37 +00:00
"qrcode": "^1.5.3",
"uuid": "^10.0.0",
2024-05-09 12:34:24 +00:00
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0",
2024-05-21 13:31:55 +00:00
"xss": "^1.0.14",
"yup": "^1.4.0"
2023-11-02 12:12:37 +00:00
},
"devDependencies": {
2024-05-09 12:34:24 +00:00
"@iconify-json/ep": "^1.1.15",
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node20": "^20.1.2",
"@types/lodash-es": "^4.17.12",
2024-05-09 12:34:24 +00:00
"@types/node": "^20.11.19",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
2024-05-09 12:34:24 +00:00
"@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",
2024-05-16 13:15:34 +00:00
"husky": "^9.0.11",
2024-05-09 12:34:24 +00:00
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"sass": "1.77.6",
2024-05-09 12:34:24 +00:00
"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"
2023-11-02 12:12:37 +00:00
},
2024-05-16 13:15:34 +00:00
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts}": [
"prettier --write",
"eslint --fix"
]
},
2023-11-02 12:12:37 +00:00
"engines": {
2024-05-16 13:15:34 +00:00
"node": ">=18.0.0",
"npm": ">=8.6.0"
2023-11-02 12:12:37 +00:00
}
}