-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "chat-gpt-ui",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vite build && gh-pages -d dist"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@iconify-json/ph": "^1.1.5",
"@vueuse/core": "^9.13.0",
"animate.css": "^4.1.1",
"element-plus": "^2.2.33",
"highlight.js": "^11.7.0",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"openai": "^3.2.1",
"pinia": "^2.0.33",
"vue": "^3.2.45"
},
"devDependencies": {
"@iconify-json/game-icons": "^1.1.2",
"@vitejs/plugin-vue": "^4.0.0",
"gh-pages": "^5.0.0",
"sass": "^1.58.3",
"terser": "^5.16.8",
"unplugin-auto-import": "^0.15.2",
"unplugin-element-plus": "^0.7.0",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.0"
},
"homepage": "https://Lupeiwen0.github.io/ChatGPT-UI/",
"keywords": [
"ChatGPT",
"ChatGPT-UI",
"chat-gpt-ui",
"ChatGPT-Template",
"ChatGPT-Dashboard"
]
}