-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 819 Bytes
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
{
"name": "TelegramStickerMaker",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && node scripts/copy-ffmpeg-assets.mjs",
"copy:ffmpeg": "node scripts/copy-ffmpeg-assets.mjs"
},
"dependencies": {
"@emnapi/core": "^1.10.0",
"@emnapi/runtime": "^1.10.0",
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@pinia/nuxt": "^0.11.3",
"archiver": "^7.0.1",
"form-data": "^4.0.5",
"nuxt": "^4.4.6",
"pinia": "^3.0.4",
"sharp": "^0.34.5",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@types/archiver": "^7.0.0",
"@types/node": "^25.6.0"
}
}