runway-video/package-lock.json
DJP 76bcaccf46 Initial commit: Runway Gen4 Web App
- Complete web application for video generation using Runway Gen4 API
- Frontend: HTML5, CSS3, JavaScript with Tailwind CSS styling
- Backend: PHP API integration with async job processing
- Features: Image upload, drag & drop, progress tracking, dark mode
- Supports multiple aspect ratios, duration settings, and seed control
- Fixed MAMP compatibility issues with backend file access
- Comprehensive documentation and troubleshooting guide

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-22 14:37:07 -04:00

23 lines
593 B
JSON

{
"name": "runway-video",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "runway-video",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^4.1.10"
}
},
"node_modules/tailwindcss": {
"version": "4.1.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.10.tgz",
"integrity": "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==",
"dev": true,
"license": "MIT"
}
}
}