Assets via:
mkdir ffmpeg-core-0.12.10
curl -fsSLO https://unpkg.com/@ffmpeg/core@0.12.10/dist/umd/ffmpeg-core.js
curl -fsSLO https://unpkg.com/@ffmpeg/core@0.12.10/dist/umd/ffmpeg-core.wasm
Note that the latest core version is (0.12.10) is different from the (latest,
0.12.15) @ffmpeg/ffmpeg version we're updating to.
27 lines
716 B
JSON
27 lines
716 B
JSON
{
|
|
"name": "ente-gallery",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"bs58": "^6.0.0",
|
|
"ente-base": "*",
|
|
"ente-utils": "*",
|
|
"exifreader": "^4.28.0",
|
|
"hls-video-element": "^1.5.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
"media-chrome": "^4.9.0",
|
|
"photoswipe": "^5.4.4",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-dropzone": "14.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.9.17",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.1",
|
|
"ente-build-config": "*"
|
|
}
|
|
}
|