2 Star 0 Fork 17

ailoooong/easy-software

forked from openEuler/easy-software 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
ailoooong 提交于 2024-09-26 20:40 . fix: 修复cve漏洞
{
"name": "app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"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/",
"gen:token": "opensig-scripts gen:token --config ./src/tokens/token.config.ts"
},
"dependencies": {
"@opensig/opendesign": "0.0.64",
"@vueuse/core": "9.12.0",
"axios": "1.7.4",
"clipboard": "2.0.11",
"element-plus": "2.3.12",
"js-cookie": "3.0.5",
"markdown-it": "12.3.2",
"pinia": "2.1.6",
"vue": "3.3.4",
"vue-dompurify-html": "5.1.0",
"vue-i18n": "9.2.2",
"vue-router": "4.2.4",
"xss": "1.0.14",
"github-markdown-css": "5.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "4.0.0",
"@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.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"sass": "1.62.0",
"typescript": "4.9.5",
"unplugin-auto-import": "^0.11.5",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.26.0",
"vite": "4.5.3",
"vue-tsc": "^1.8.25"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ailoooong/easy-software.git
git@gitee.com:ailoooong/easy-software.git
ailoooong
easy-software
easy-software
master

搜索帮助