-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
98 lines (98 loc) · 2.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "purechat",
"version": "0.5.7",
"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.6",
"@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.4.6",
"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"
}