-
Notifications
You must be signed in to change notification settings - Fork 358
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.81 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) · 5.81 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "voicevox",
"version": "999.999.999",
"author": "Hiroshiba Kazuyuki",
"private": true,
"main": "./dist/main.js",
"type": "module",
"engines": {
"node": ">=24.11.1 <25"
},
"volta": {
"node": "24.11.1"
},
"packageManager": "pnpm@10.28.2",
"scripts": {
"// --- lint ---": "",
"lint": "cross-env ESLINT_FILE_PROGRESS=1 eslint --cache",
"lint:inspector": "eslint --inspect-config",
"fmt": "cross-env ESLINT_FILE_PROGRESS=1 eslint --fix --cache",
"markdownlint": "markdownlint --ignore node_modules/ --ignore dist/ --ignore dist_electron/ --ignore dist_preview/ ./",
"typecheck": "vue-tsc --noEmit",
"typos": "cross-env ./vendored/typos/typos",
"// --- tools ---": "",
"license:generate": "tsx tools/generateLicenses.ts",
"license:merge": "tsx tools/mergeLicenses.ts",
"check-suspicious-imports": "tsx tools/checkSuspiciousImports.ts",
"generate-openapi": "tsx tools/generateOpenapi.ts",
"setup-agents": "rulesync generate",
"// --- test ---": "",
"test:unit": "vitest --run",
"test-watch:unit": "vitest --watch",
"test-ui:unit": "vitest --ui",
"test:electron-e2e": "cross-env VITE_TARGET=electron playwright test",
"test-ui:electron-e2e": "cross-env VITE_TARGET=electron playwright test --ui",
"test-watch:electron-e2e": "cross-env PWTEST_WATCH=1 VITE_TARGET=electron playwright test",
"test:browser-e2e": "cross-env VITE_TARGET=browser playwright test",
"test-watch:browser-e2e": "cross-env PWTEST_WATCH=1 VITE_TARGET=browser playwright test",
"test-ui:browser-e2e": "cross-env VITE_TARGET=browser playwright test --ui",
"test:storybook-vrt": "cross-env TARGET=storybook playwright test",
"test-watch:storybook-vrt": "cross-env TARGET=storybook PWTEST_WATCH=1 playwright test",
"test-ui:storybook-vrt": "cross-env TARGET=storybook playwright test --ui",
"// --- build ---": "",
"electron:serve": "cross-env VITE_TARGET=electron vite",
"electron:build": "pnpm run electron:build:compile && pnpm run electron:build:pack",
"electron:build:compile": "pnpm run typecheck && cross-env VITE_TARGET=electron vite build",
"electron:build:pack": "electron-builder --config ./build/electronBuilderConfig.ts --publish never",
"browser:serve": "cross-env VITE_TARGET=browser vite",
"browser:build": "pnpm run typecheck && cross-env VITE_TARGET=browser vite build",
"storybook": "storybook dev --port 6006",
"storybook:build": "storybook build",
"// --- lifecycle ---": "",
"preinstall": "npx -y only-allow pnpm",
"postinstall": "pnpm run postinstall:packages && pnpm run postinstall:download-scripts",
"postinstall:packages": "install-electron && electron-builder install-app-deps && playwright install chromium",
"postinstall:download-scripts": "tsx tools/download7z.ts && tsx tools/downloadTypos.ts",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@gtm-support/vue-gtm": "3.2.0",
"@quasar/extras": "1.18.0",
"@sevenc-nanashi/utaformatix-ts": "jsr:0.4.0",
"@std/path": "jsr:1.1.4",
"async-lock": "1.4.1",
"dayjs": "1.11.20",
"electron-log": "5.4.4",
"electron-window-state": "5.0.3",
"encoding-japanese": "2.2.0",
"fast-array-diff": "1.1.0",
"fast-base64": "0.1.8",
"hotkeys-js": "4.0.4",
"immer": "11.1.8",
"kuromoji": "github:VOICEVOX/kuromoji.js#0.0.1",
"markdown-it": "14.1.1",
"move-file": "4.1.0",
"multistream": "4.1.0",
"pixi.js": "8.18.1",
"quasar": "2.19.3",
"reka-ui": "2.9.7",
"rfdc": "1.4.1",
"semver": "7.8.0",
"shlex": "3.0.0",
"tree-kill": "1.2.2",
"vue": "3.5.34",
"vuedraggable": "4.1.0",
"vuex": "4.1.0",
"zod": "4.4.3"
},
"optionalDependencies": {
"dmg-license": "1.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@openapitools/openapi-generator-cli": "2.32.0",
"@playwright/test": "1.60.0",
"@quasar/vite-plugin": "1.11.0",
"@storybook/addon-docs": "10.4.0",
"@storybook/addon-links": "10.4.0",
"@storybook/addon-themes": "10.4.0",
"@storybook/addon-vitest": "10.4.0",
"@storybook/vue3-vite": "10.4.0",
"@types/async-lock": "1.4.2",
"@types/encoding-japanese": "2.2.1",
"@types/markdown-it": "14.1.2",
"@types/multistream": "4.1.3",
"@types/node": "24.10.10",
"@types/semver": "7.7.1",
"@types/wicg-file-system-access": "2023.10.7",
"@types/yargs": "17.0.35",
"@typescript-eslint/utils": "8.59.3",
"@vitejs/plugin-vue": "6.0.7",
"@vitest/browser": "4.1.6",
"@vitest/browser-playwright": "4.1.6",
"@vitest/eslint-plugin": "1.6.17",
"@vitest/ui": "4.1.6",
"@voicevox/eslint-plugin": "file:eslint-plugin",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/test-utils": "2.4.10",
"acorn": "8.16.0",
"acorn-walk": "8.3.5",
"cross-env": "10.1.0",
"dotenv": "17.4.2",
"electron": "42.1.0",
"electron-builder": "26.15.2",
"eslint": "10.4.0",
"eslint-config-flat-gitignore": "2.3.0",
"eslint-plugin-file-progress": "4.0.0-beta.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-storybook": "10.4.0",
"eslint-plugin-vue": "10.9.1",
"globals": "17.6.0",
"happy-dom": "20.9.0",
"jiti": "2.7.0",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.48.0",
"playwright": "1.60.0",
"prettier": "3.8.3",
"rulesync": "8.18.0",
"sass-embedded": "1.99.0",
"storybook": "10.4.0",
"tsx": "4.22.1",
"typescript": "6.0.3",
"typescript-eslint": "8.59.3",
"vite": "8.0.13",
"vite-plugin-electron": "0.29.1",
"vitest": "4.1.6",
"vue-component-type-helpers": "3.2.9",
"vue-eslint-parser": "10.4.0",
"vue-tsc": "3.2.9",
"yargs": "18.0.0"
}
}