{ "name": "@remotion/design", "version": "4.0.469", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/esm/index.mjs", "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/design" }, "author": "Jonny Burger ", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "watch": "tsgo -w", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "dependencies": { "@radix-ui/react-select": "2.1.1", "@radix-ui/react-slot": "1.2.4", "@radix-ui/react-tabs": "1.1.13", "@remotion/paths": "workspace:*", "@remotion/shapes": "workspace:*", "@remotion/svg-3d-engine": "workspace:*", "clsx": "2.1.1", "lucide-react": "0.439.0", "remotion": "workspace:*" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "react": "catalog:", "react-dom": "catalog:", "tailwindcss": "4.2.0", "@tailwindcss/cli": "4.2.0", "tailwind-merge": "2.6.0", "bun-plugin-tailwind": "0.1.2", "@typescript/native-preview": "catalog:" }, "keywords": [], "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" }, "./package.json": "./package.json", "./register": "./index.css", "./tailwind.css": "./dist/tailwind.css" }, "description": "Design system", "homepage": "https://www.remotion.dev/design" }