-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 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
{
"name": "ttu-whispersync",
"description": "Listen to audiobooks with ttu ebook-reader",
"private": true,
"version": "1.0.11",
"type": "module",
"scripts": {
"dev": "vite -w -c vite.script.config.ts build -m devevlopment",
"dev:ext": "vite -c vite.ext.config.ts",
"build": "vite -c vite.script.config.ts build",
"build:dev": "vite -c vite.script.config.ts build -m devevlopment",
"build:ext": "vite -c vite.ext.config.ts build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@mdi/js": "^7.4.47",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@types/chrome": "^0.0.260",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/node": "^20.11.19",
"@types/sortablejs": "^1.15.8",
"@types/wicg-file-system-access": "^2023.10.4",
"prettier": "^3.2.5",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-singlefile": "^2.0.0"
},
"dependencies": {
"@breezystack/lamejs": "^1.2.7",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@floating-ui/dom": "^1.6.3",
"@tanstack/svelte-virtual": "^3.1.3",
"extendable-media-recorder": "^9.1.13",
"extendable-media-recorder-wav-encoder": "^7.0.108",
"idb": "^8.0.0",
"mediainfo.js": "^0.2.1",
"sortablejs": "^1.15.2",
"srt-parser-2": "^1.2.3",
"wavesurfer.js": "^7.7.5"
}
}