-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "concise",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"postinstall": "node scripts/copy-ffmpeg-core.mjs",
"prebuild": "node scripts/copy-ffmpeg-core.mjs",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --pretty false",
"deploy": "npm run build && wrangler deploy"
},
"dependencies": {
"@ffmpeg/core-mt": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@fontsource/vt323": "^5.2.8",
"dompurify": "^3.4.14",
"exifr": "^7.1.3",
"fflate": "^0.8.2",
"figlet": "^1.11.4",
"marked": "^18.0.11",
"mediainfo.js": "^0.3.7",
"onnxruntime-web": "^1.29.0",
"pdf-lib": "^1.17.1",
"qrcode": "^1.5.4",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "^5.9.3",
"vite": "^8.2.2",
"wrangler": "^4.62.0"
}
}