1 Star 0 Fork 0

王老四/vue-tmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
TioitWang 提交于 2024-09-05 21:34 . 添加mock
{
"name": "project-tmp",
"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/"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@monaco-editor/loader": "^1.4.0",
"@unocss/preset-rem-to-px": "^0.61.3",
"@vicons/antd": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"dayjs": "^1.11.11",
"lexical": "^0.16.1",
"lexical-vue": "^0.9.0",
"mockjs": "^1.1.0",
"monaco-editor": "^0.50.0",
"monaco-editor-vue3": "^0.1.10",
"naive-ui": "^2.39.0",
"pinia": "^2.1.7",
"swagger-parser": "^10.0.3",
"unplugin-auto-import": "^0.18.2",
"vue": "^3.4.29",
"vue-codemirror": "^6.1.1",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@unocss/preset-icons": "^0.61.9",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"msw": "^2.4.2",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"sass": "^1.77.8",
"typescript": "~5.4.0",
"unocss": "^0.61.3",
"unplugin-vue-components": "^0.27.3",
"vfonts": "^0.0.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Wang_LaoSi/vue-tmp.git
[email protected]:Wang_LaoSi/vue-tmp.git
Wang_LaoSi
vue-tmp
vue-tmp
master

搜索帮助