26 lines
654 B
JSON
26 lines
654 B
JSON
{
|
|
"name": "clay-devlin-gratitude",
|
|
"version": "1.0.0",
|
|
"description": "Gratitude video for meeting Clay Devlin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "remotion studio",
|
|
"build": "remotion render ClayDevlinGratitude out/video.mp4",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@remotion/cli": "^4.0.409",
|
|
"@remotion/tailwind": "^4.0.409",
|
|
"autoprefixer": "^10.4.23",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"remotion": "^4.0.409",
|
|
"tailwindcss": "^4.1.18"
|
|
}
|
|
}
|