mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
Set up testing infrastructure using Vitest and React Testing Library. Add test verifying empty MyComposition renders without errors. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "videos",
|
|
"version": "1.0.0",
|
|
"description": "My Remotion video",
|
|
"repository": {},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@remotion/cli": "4.0.409",
|
|
"@remotion/google-fonts": "^4.0.409",
|
|
"@remotion/media": "^4.0.409",
|
|
"@remotion/tailwind-v4": "4.0.409",
|
|
"@remotion/three": "^4.0.409",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"remotion": "4.0.409",
|
|
"tailwindcss": "4.0.0",
|
|
"three": "^0.182.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remotion/eslint-config-flat": "4.0.409",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "19.2.7",
|
|
"@types/three": "^0.182.0",
|
|
"@types/web": "0.0.166",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"eslint": "9.19.0",
|
|
"jsdom": "^27.4.0",
|
|
"prettier": "3.6.0",
|
|
"typescript": "5.9.3",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"scripts": {
|
|
"dev": "remotion studio",
|
|
"build": "remotion bundle",
|
|
"upgrade": "remotion upgrade",
|
|
"lint": "eslint src && tsc",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"sideEffects": [
|
|
"*.css"
|
|
]
|
|
}
|