2 Star 0 Fork 0

晚风./Chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
tongjie 提交于 2023-03-21 22:39 . 接口适配event-stream
{
"name": "chat",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"prod":"vue-cli-service serve --mode prod",
"build": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"axios": "^1.3.4",
"babel-plugin-import": "^1.13.6",
"core-js": "^3.8.3",
"crypto-js": "^4.1.1",
"fingerprintjs2": "^2.1.4",
"highlight.js": "^11.7.0",
"marked": "4.2.5",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"typed.js": "^2.0.12",
"vant": "latest-v2",
"vconsole": "^3.15.0",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.0.0",
"less-loader": "^8.0.0",
"lint-staged": "^11.1.2",
"vue-template-compiler": "^2.6.14"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shi-lin-zhang/chat.git
git@gitee.com:shi-lin-zhang/chat.git
shi-lin-zhang
chat
Chat
master

搜索帮助