-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
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
{
"name": "chatgpt",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"element-plus": "^2.3.3",
"highlight.js": "^11.7.0",
"laf-client-sdk": "^1.0.0-beta.2",
"marked": "^4.2.12",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.4"
},
"description": "基于 laf 开发的 chatGPT 聊天工具",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zuoFeng59556/chatGPT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zuoFeng59556/chatGPT/issues"
},
"homepage": "https://github.com/zuoFeng59556/chatGPT#readme"
}