1 Star 1 Fork 78

jingwx/PureChat

forked from yongkang/PureChat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
yongkang 提交于 2024-04-30 16:52 . release
{
"name": "purechat",
"version": "0.3.2",
"description": "PureChat",
"author": {
"name": "Hyk260",
"email": "[email protected]"
},
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve --mode production",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"build:dev": "vue-cli-service build --mode development",
"prepare": "husky install",
"report": "vue-cli-service serve --report"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@fortaine/fetch-event-source": "^3.0.6",
"@tencentcloud/chat": "3.3.2",
"@vueuse/components": "^10.7.0",
"@vueuse/core": "^8.4.2",
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-vue": "^5.1.11",
"animate.css": "^4.1.1",
"artplayer": "^5.1.1",
"axios": "^0.26.1",
"canvas-confetti": "^1.9.2",
"core-js": "^3.33.3",
"dayjs": "^1.11.2",
"element-plus": "^2.7.0",
"js-web-screen-shot": "^1.9.9-rc.18",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinyin-pro": "^3.18.5",
"pure-tools": "^0.0.4",
"qrcode": "^1.5.3",
"storejs": "^2.0.1",
"svg-sprite-loader": "^6.0.11",
"tim-upload-plugin": "^1.0.5",
"v-contextmenu": "3.0.0",
"vue": "3.4.21",
"vue-draggable-next": "^2.1.1",
"vue-i18n": "^9.1.9",
"vue-router": "4.3.2",
"vue-virtual-scroller": "2.0.0-beta.8",
"vuex": "4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^6",
"lint-staged": "14.0.0",
"prettier": "^2.4.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"webpack-bundle-analyzer": "^4.6.1"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"snabbdom": "^3.5.1"
},
"bugs": {
"url": "https://github.com/Hyk260/PureChat/issues"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"Vue",
"Vue3",
"admin",
"openai",
"chatgpt",
"webpack",
"electron",
"wangeditor",
"element-plus"
],
"license": "MIT",
"lint-staged": {
"*.{js,vue,html}": [
"prettier --write",
"eslint --fix",
"git add -n"
],
"*.{css,sass,scss}": [
"prettier --write",
"git add -n"
]
},
"repository": {
"url": "https://github.com/Hyk260/PureChat.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jingwx/PureChat.git
[email protected]:jingwx/PureChat.git
jingwx
PureChat
PureChat
master

搜索帮助