-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "gpt-embedding-tuning-client",
"version": "1.0.0",
"main": "dist-electron/main/index.js",
"description": "gpt embedding客户端工具",
"author": "mowtwo <[email protected]>",
"license": "MIT",
"private": true,
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"scripts": {
"dev": "chcp 65001 && vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vueuse/core": "^10.1.2",
"dayjs": "^1.11.7",
"electron": "^24.1.3",
"electron-builder": "^23.6.0",
"naive-ui": "^2.34.4",
"openai": "^3.2.1",
"sass": "^1.62.1",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1",
"vue": "^3.2.47",
"vue-router": "^4.2.1",
"vue-tsc": "^1.2.0"
}
}