forked from LokerL/tts-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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": "tts-vue",
"version": "1.8.8",
"main": "dist/electron/main/index.js",
"description": "🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。",
"author": "沫離Loker <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"electron": "^19.0.8",
"electron-builder": "^23.1.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-electron": "^0.8.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.3"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"axios": "^0.27.2",
"electron-log": "^4.4.8",
"electron-store": "^8.0.2",
"element-plus": "2.2.9",
"nodejs-websocket": "^1.7.2",
"pinia": "^2.0.17",
"uuid": "^8.3.2"
}
}