- Remove Scripts/ directory (scraper no longer needed) - Add themed background documentation to CLAUDE.md - Add .gitignore for marketing-videos to prevent node_modules tracking Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "sportstime-marketing-videos",
|
|
"version": "1.0.0",
|
|
"description": "Marketing videos for SportsTime app",
|
|
"scripts": {
|
|
"start": "remotion studio",
|
|
"build": "remotion render",
|
|
"render:route": "remotion render TheRoute out/the-route.mp4 --gl=angle --concurrency=1",
|
|
"render:checklist": "remotion render TheChecklist out/the-checklist.mp4",
|
|
"render:bucketlist": "remotion render TheBucketList out/the-bucket-list.mp4",
|
|
"render:squad": "remotion render TheSquad out/the-squad.mp4",
|
|
"render:handoff": "remotion render TheHandoff out/the-handoff.mp4",
|
|
"render:all": "npm run render:route && npm run render:checklist && npm run render:bucketlist && npm run render:squad && npm run render:handoff"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@remotion/cli": "^4.0.410",
|
|
"@remotion/transitions": "^4.0.410",
|
|
"@turf/turf": "^7.3.2",
|
|
"@types/mapbox-gl": "^3.4.1",
|
|
"@types/react": "^19.2.9",
|
|
"@types/react-dom": "^19.2.3",
|
|
"mapbox-gl": "^3.18.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"remotion": "^4.0.410",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|