| 1234567891011121314151617181920212223242526 |
- {
- "name": "@pipeline/templates",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "scripts": {
- "build": "tsc -b",
- "typecheck": "tsc --noEmit",
- "studio": "remotion studio"
- },
- "dependencies": {
- "@pipeline/shared": "workspace:*",
- "remotion": "^4.0.0",
- "react": "^19.0.0",
- "react-dom": "^19.0.0",
- "@remotion/cli": "^4.0.0",
- "@remotion/zod-types": "^4.0.0",
- "zod": "^3.24.0"
- },
- "devDependencies": {
- "@types/react": "^19.0.0",
- "@types/react-dom": "^19.0.0"
- }
- }
|