{
  "name": "@revideo/ui",
  "version": "0.10.4",
  "description": "A visual editor for revideo",
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "author": "revideo",
  "homepage": "https://re.video/",
  "bugs": "https://github.com/havenhq/revideo/issues",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "type": "tsc -w",
    "showcase": "tsc && vite build -c vite.showcase.ts",
    "preview": "vite preview"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/havenhq/revideo.git"
  },
  "files": [
    "dist",
    "types",
    "tsconfig.plugin.json"
  ],
  "dependencies": {
    "@preact/signals": "^1.2.1",
    "@revideo/core": "0.10.4",
    "preact": "^10.19.2"
  },
  "devDependencies": {
    "@preact/preset-vite": "2.5.0",
    "clsx": "^2.0.0",
    "highlight.js": "^11.9.0",
    "sass": "^1.69.5",
    "source-map-js": "^1.0.2",
    "vite-plugin-dts": "^4.2.1"
  },
  "gitHead": "160fc155c2c757622bb46c91673f878ab48ed9cf"
}
