Spaces:
Running
Running
File size: 4,290 Bytes
323961b 94ad3da e1e42ea ae121e6 decf907 ffa9858 8bdc503 e1e42ea ca0d494 e1e42ea 520fa9c 926fa9d 7b4e087 2f9c678 e1e42ea 3d62b80 5f72dc7 c1d1210 3dcc61d e1e42ea 040aee9 e1e42ea 5a54bc2 e1e42ea 5a54bc2 3dcc61d e1e42ea 6633719 e1e42ea 3dcc61d e1e42ea 040aee9 e1e42ea 961cc99 e1e42ea 5a54bc2 e1e42ea 6633719 |
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
{
"name": "semibit-media-render",
"version": "1.0.0",
"type": "module",
"description": "semibit media renderer",
"sideEffects": [
"*.css"
],
"scripts": {
"process": "node scripts/process-manuscript.cjs",
"submodule": "git submodule init && git submodule update",
"ci": "echo Runnin on CI",
"start": "node render-server.js",
"bundle": "echo -n | remotion bundle",
"skip-font-warn": "sed -E -i \"s/\\bfontsLoaded[[:space:]]*>[[:space:]]*20\\b/fontsLoaded > 20000/g\" build/bundle.js",
"extract32": "set MODIFY_FILES=1 && node app.js",
"extract": "MODIFY_FILES=1 && node app.js",
"preview": "remotion studio --log=verbose",
"preinstall": "cd common-utils && npm run build",
"build:utils": "cd common-utils && npm run build && cd .. && npm install ./common-utils",
"render-build:igreels": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --concurrency 1 --gl=vulkan IGReelComposition",
"render-build:win32:auto": "remotion render --audio-codec mp3 --image-format=jpeg --enable-multi-process-on-linux --quality=70 --timeout 60000 --concurrency 1 --gl=angle %npm_config_composition%",
"render-build:win32": "remotion %npm_config_target% %npm_config_build_params% %npm_config_composition%",
"render-build": "remotion $npm_config_target $npm_config_build_params $npm_config_composition $npm_config_out",
"render-still": "remotion still --image-format=jpeg SemibitCompositionPoster ",
"render-image": "remotion still --image-format=jpeg --concurrency 1 $npm_config_composition $npm_config_output",
"render-images": "remotion render --enable-multiprocess-on-linux --sequence --image-format=jpeg $npm_config_composition $npm_config_output",
"paperdrive:pdf": " npm run render-images PaperDriveComposition ./out && node ./scripts/img2pdf.js -w 437 -h 651 -o out/pages.pdf && npm run render-image --composition=PaperDriveHorizontalCoverComposition --output=out/cover.jpeg && node ./scripts/img2pdf.js -i out/cover.jpeg -w 1258.9006153846171 -h 810 -o out/cover.pdf && rm out/*.jpeg",
"img2pdf": "node ./scripts/img2pdf.js",
"upgrade": "remotion upgrade",
"postinstall": "cd node_modules/common-utils && npm run build && cd ../../ && node ffmpeg-fix.js",
"serve": "firebase emulators:start --only functions --project semibitmedia",
"shell": "firebase functions:shell --project semibitmedia",
"deploy": "firebase deploy --only functions --project semibitmedia",
"logs": "firebase functions:log --project semibitmedia"
},
"engines": {
"node": "16"
},
"private": true,
"repository": {},
"license": "UNLICENSED",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@remotion/bundler": "4.0.352",
"@remotion/cli": "4.0.352",
"@remotion/eslint-config": "4.0.352",
"@remotion/google-fonts": "4.0.352",
"@remotion/lottie": "4.0.352",
"@remotion/noise": "4.0.352",
"@remotion/preload": "4.0.352",
"@remotion/tailwind": "4.0.352",
"@remotion/transitions": "4.0.352",
"@remotion/zod-types": "4.0.352",
"@types/react": "^18.0.26",
"@types/web": "^0.0.86",
"archiver": "^7.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bottleneck": "^2.19.5",
"command-line-args": "^6.0.0",
"common-utils": "file:common-utils",
"express": "^4.18.2",
"ffbinaries": "^1.1.5",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"fs-extra": "^11.1.1",
"gojs-react": "^1.1.2",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"multi-db-orm": "^3.0.11",
"npm": "^9.8.1",
"path": "^0.12.7",
"pdfkit": "^0.15.0",
"puppeteer": "^21.3.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-qrcode-logo": "^3.0.0",
"reactflow": "^11.9.4",
"remotion": "4.0.352",
"remotion-animated": "^2.0.0",
"remotion-transition-series": "^0.0.10",
"sharp": "^0.33.5",
"socket.io": "^4.7.2",
"styled-components": "^6.0.5",
"syllable-count-english": "^1.0.6",
"tree-kill": "^1.2.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4",
"unzipper": "^0.12.3",
"which": "^3.0.1",
"ws": "^8.13.0",
"zod": "^3.21.4"
},
"packageManager": "npm@8.19.4",
"devDependencies": {
"@types/lodash": "^4.14.199"
}
}
|