1 Star 0 Fork 19

zhangtantan/euler-copilot-web_dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
吴肉桂 提交于 2025-01-15 17:57 +08:00 . v0.9.3
{
"name": "euler-copilot-web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:micro": "vite --mode micro",
"build": "vite build",
"build:micro": "vite build --mode micro",
"preview": "vite preview",
"lint": "eslint . --fix --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"format": "prettier --write src/"
},
"engines": {
"node": ">= 18.18.2"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@computing/opendesign2": "file:lib\\opendesign2-2.0.11.tgz",
"axios": "1.7.9",
"babel-loader": "^9.2.1",
"codemirror": "^6.0.1",
"dayjs": "1.11.9",
"echarts": "^5.5.1",
"element-plus": "2.3.12",
"highlight.js": "11.10.0",
"marked": "4.3",
"pinia": "2.1.6",
"sass": "1.62.0",
"typescript": "4.9.5",
"vite": "5.4.11",
"vue": "3.3.4",
"vue-codemirror": "^6.1.1",
"vue-echarts": "^7.0.3",
"vue-i18n": "^9.14.0",
"vue-router": "4.2.4",
"xss": "1.0.14",
"xterm": "4.17.0",
"xterm-addon-attach": "0.5.0",
"xterm-addon-fit": "0.6.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@types/node": "18.19.67",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-vue": "5.2.1",
"eslint": "9.16.0",
"eslint-plugin-vue": "9.32.0",
"globals": "15.13.0",
"prettier": "3.4.2",
"typescript-eslint": "8.17.0",
"vite-plugin-qiankun": "1.0.15"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zttProjectSpace/euler-copilot-web_dev.git
git@gitee.com:zttProjectSpace/euler-copilot-web_dev.git
zttProjectSpace
euler-copilot-web_dev
euler-copilot-web_dev
master

搜索帮助