{
	"name": "@remotion/design",
	"version": "4.0.440",
	"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"
	},
	"sideEffects": false,
	"author": "Jonny Burger <jonny@remotion.dev>",
	"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": {
		"@remotion/paths": "workspace:*",
		"@remotion/shapes": "workspace:*",
		"@remotion/svg-3d-engine": "workspace:*",
		"clsx": "^2.1.1",
		"remotion": "workspace:*",
		"@radix-ui/react-select": "2.1.1",
		"@radix-ui/react-tabs": "^1.1.0",
		"lucide-react": "0.439.0"
	},
	"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"
}
