7 Star 0 Fork 10

openEuler/quick-issue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
liuyong 提交于 2025-03-21 16:13 +08:00 . chore: 更新依赖版本
{
"name": "quick-issue",
"version": "0.0.1",
"type": "module",
"pnpm": {
"overrides": {
"glob-parent": "5.1.2",
"katex": "0.16.10",
"markdown-it": "12.3.2",
"postcss": "8.4.31",
"semver": "6.3.1",
"braces": "3.0.3"
}
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,ts,vue,jsx,tsx}\"",
"fix": "eslint --fix \"src/**/*.{js,ts,vue,jsx,tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.18",
"@opensig/open-analytics": "^0.0.9",
"axios": "1.8.2",
"element-plus": "^2.3.4",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"opendesign": "link:opendesign",
"pinia": "^2.1.6",
"prismjs": "1.30.0",
"vue": "^3.3.4",
"vue-i18n": "9.14.3",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@rushstack/eslint-patch": "^1.10.5",
"@types/lodash-es": "^4.17.7",
"@types/node": "18.16.19",
"@types/prismjs": "^1.26.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "8.56.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "3.2.5",
"sass": "^1.62.1",
"typescript": "4.9.5",
"unplugin-auto-import": "^0.11.5",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.26.0",
"vite": "^3.2.6",
"vue-tsc": "^0.40.13"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/quick-issue.git
git@gitee.com:openeuler/quick-issue.git
openeuler
quick-issue
quick-issue
master

搜索帮助