加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
yongkang 提交于 2024-09-18 17:23 . release: 0.5.2
{
"name": "purechat",
"version": "0.5.2",
"description": "PureChat - A chat application built with Vue and Vite",
"type": "module",
"author": {
"name": "Hyk260",
"email": "2607881950@qq.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"build:debug": "vite build --debug",
"build:preview": "vite build && vite preview",
"report": "rimraf dist && vite build",
"preview": "vite preview",
"lint": "eslint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@microsoft/fetch-event-source": "^2.0.1",
"@tencentcloud/chat": "3.4.3",
"@vueuse/components": "^10.7.0",
"@vueuse/core": "^8.4.2",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"ai": "^3.3.0",
"animate.css": "^4.1.1",
"artplayer": "^5.1.1",
"autoprefixer": "^10.4.19",
"axios": "^0.26.1",
"dayjs": "^1.11.11",
"element-plus": "^2.8.0",
"fast-glob": "^3.3.2",
"highlight.js": "11.9.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"mitt": "^3.0.0",
"modern-screenshot": "^4.4.39",
"nanoid": "^5.0.7",
"nprogress": "^0.2.0",
"ollama": "^0.5.6",
"pinyin-pro": "^3.18.5",
"postcss": "^8.4.38",
"qrcode": "^1.5.3",
"storejs": "^2.0.1",
"tailwindcss": "^3.4.4",
"tim-upload-plugin": "^1.0.5",
"v-contextmenu": "3.0.0",
"vue": "^3.5.3",
"vue-draggable-next": "^2.1.1",
"vue-i18n": "^9.1.9",
"vue-router": "^4.1.6",
"vue-virtual-scroller": "2.0.0-beta.8",
"vuex": "4.1.0",
"snabbdom": "^3.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^3.0.2",
"sass": "^1.77.4",
"vite": "5.3.0",
"rollup-plugin-visualizer": "^5.12.0",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.3.6"
},
"engines": {
"node": "^18.20.0 || >=20.0.0",
"pnpm": ">=9"
},
"homepage": "https://github.com/Hyk260/PureChat",
"bugs": {
"url": "https://github.com/Hyk260/PureChat/issues"
},
"keywords": [
"vue",
"vue3",
"openai",
"chatgpt",
"vite",
"wangeditor",
"element-plus"
],
"repository": {
"url": "https://github.com/Hyk260/PureChat.git"
},
"license": "MIT",
"docs": "https://hyk260.github.io/pure-docs",
"packageManager": "pnpm@9.7.1"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化