forked from p2r3/convert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "convert",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/pako": "^2.0.4",
"puppeteer": "^24.36.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-tsconfig-paths": "^6.0.5"
},
"dependencies": {
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@imagemagick/magick-wasm": "^0.0.37",
"@types/meyda": "^5.3.0",
"@types/three": "^0.182.0",
"ag-psd": "^30.1.0",
"foliate-js": "1.0.1",
"libarchive.js": "^2.0.2",
"libraw-wasm": "^1.1.2",
"meyda": "^5.6.3",
"mime": "^4.1.0",
"pako": "^2.1.0",
"pdftoimg-js": "^0.2.5",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"three": "^0.182.0",
"three-bvh-csg": "^0.0.17",
"three-mesh-bvh": "^0.9.8",
"unified": "^11.0.5",
"vite-plugin-static-copy": "^3.1.6",
"wavefile": "^11.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.57.1"
}
}