mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🎨 Add new Flux icons: implement multiple reusable icon components (e.g., hand-raised, hand-thumb-up, heart, hashtag, home) with variant support for improved UI consistency.
This commit is contained in:
39
videos/package.json
Normal file
39
videos/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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",
|
||||
"@types/react": "19.2.7",
|
||||
"@types/three": "^0.182.0",
|
||||
"@types/web": "0.0.166",
|
||||
"eslint": "9.19.0",
|
||||
"prettier": "3.6.0",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "remotion studio",
|
||||
"build": "remotion bundle",
|
||||
"upgrade": "remotion upgrade",
|
||||
"lint": "eslint src && tsc"
|
||||
},
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user