forked from VOICEVOX/voicevox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.2 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "voicevox",
"version": "999.999.999",
"author": "Hiroshiba Kazuyuki",
"private": true,
"main": "./dist/background.js",
"engines": {
"node": ">=18.13.0 <19",
"npm": ">=8.19.3 <9"
},
"scripts": {
"serve": "cross-env VITE_IS_ELECTRON=false vite",
"build": "cross-env VITE_IS_ELECTRON=false vite build",
"test:unit": "vitest --run",
"test-watch:unit": "vitest --watch",
"test:e2e": "playwright test",
"test-watch:e2e": "cross-env PWTEST_WATCH=1 playwright test",
"lint": "eslint --ext .js,.vue,.ts *.config.* src tests build",
"fmt": "eslint --ext .js,.vue,.ts *.config.* src tests build --fix",
"markdownlint": "markdownlint --ignore node_modules/ --ignore dist/ --ignore dist_electron/ ./",
"typecheck": "tsc --noEmit",
"typecheck:vue-tsc": "vue-tsc --noEmit",
"electron:build": "cross-env VITE_IS_ELECTRON=true vite build && electron-builder --config electron-builder.config.js",
"electron:build_dir": "cross-env VITE_IS_ELECTRON=true vite build && electron-builder --config electron-builder.config.js --dir",
"electron:build_pnever": "cross-env VITE_IS_ELECTRON=true vite build && electron-builder --config electron-builder.config.js --publish never",
"electron:build_pnever_prepackaged": "cross-var electron-builder --config electron-builder.config.js --publish never --prepackaged $PREPACKAGED",
"electron:serve": "cross-env VITE_IS_ELECTRON=true vite",
"postinstall": "electron-builder install-app-deps && node build/download7z.js",
"postuninstall": "electron-builder install-app-deps",
"license:generate": "node build/generateLicenses.js",
"license:merge": "node build/mergeLicenses.js"
},
"dependencies": {
"@gtm-support/vue-gtm": "1.2.3",
"@quasar/extras": "1.10.10",
"buffer": "6.0.3",
"clone-deep": "4.0.1",
"core-js": "3.12.1",
"dayjs": "1.10.7",
"dotenv": "16.0.0",
"electron-log": "4.4.8",
"electron-store": "8.1.0",
"electron-window-state": "5.0.3",
"encoding-japanese": "1.0.30",
"glob": "8.0.3",
"immer": "9.0.2",
"markdown-it": "12.0.4",
"move-file": "3.0.0",
"multistream": "4.1.0",
"quasar": "2.11.6",
"semver": "7.3.5",
"shlex": "2.1.2",
"source-map-support": "0.5.19",
"systeminformation": "5.8.0",
"tree-kill": "1.2.2",
"uuid": "9.0.0",
"vue": "3.2.45",
"vue-router": "4.0.8",
"vuedraggable": "4.1.0",
"vuex": "4.0.2",
"zod": "3.20.2",
"zod-to-json-schema": "3.20.1"
},
"optionalDependencies": {
"dmg-license": "1.0.11"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.3.3",
"@playwright/test": "1.32.1",
"@quasar/vite-plugin": "1.3.0",
"@types/clone-deep": "4.0.1",
"@types/electron-devtools-installer": "2.2.2",
"@types/encoding-japanese": "1.0.18",
"@types/glob": "8.0.0",
"@types/markdown-it": "12.2.0",
"@types/mousetrap": "1.6.8",
"@types/multistream": "4.1.0",
"@types/semver": "7.3.9",
"@types/unzipper": "0.10.5",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@vitejs/plugin-vue": "4.0.0",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "11.0.2",
"@vue/test-utils": "2.3.0",
"cross-env": "7.0.3",
"cross-var": "1.1.0",
"electron": "20.3.12",
"electron-builder": "24.0.0-alpha.12",
"electron-devtools-installer": "3.2.0",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "9.5.1",
"happy-dom": "8.4.2",
"license-checker": "25.0.1",
"markdownlint": "0.23.1",
"markdownlint-cli": "0.28.1",
"mousetrap": "1.6.5",
"node-fetch": "3.3.1",
"optionator": "0.9.1",
"prettier": "2.3.0",
"sass": "1.32.13",
"sass-loader": "8.0.2",
"tmp": "0.2.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.2",
"typescript": "4.8.4",
"vite": "4.1.1",
"vite-plugin-checker": "0.5.6",
"vite-plugin-electron": "0.11.1",
"vite-plugin-node-polyfills": "0.7.0",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.28.5",
"vue-tsc": "1.4.2",
"yargs": "17.2.1"
}
}