{
  "name": "@cdx-ui/theme-editor",
  "version": "0.0.1-beta.169",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dfh-candescent-ui/ui-component-framework",
    "directory": "packages/theme-editor"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./previews": {
      "types": "./src/previews/index.ts",
      "import": "./src/previews/index.ts",
      "default": "./src/previews/index.ts"
    },
    "./styles.css": "./src/styles.css"
  },
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!src/__tests__",
    "coverage.svg"
  ],
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "7.3.11",
    "@mui/material": "^7.1.0",
    "@cdx-ui/components": "0.0.1-beta.169",
    "@cdx-ui/icons": "0.0.1-beta.169",
    "@cdx-ui/styles": "0.0.1-beta.169"
  },
  "devDependencies": {
    "@tailwindcss/vite": "4.2.0",
    "@testing-library/react": "^16.3.0",
    "@types/react": "19.1.17",
    "@types/react-dom": "*",
    "@vitejs/plugin-react": "^4.5.2",
    "@vitest/coverage-v8": "^3.2.1",
    "jsdom": "^26.1.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-native": "~0.81.5",
    "react-native-web": "~0.21.0",
    "tailwindcss": "4.2.0",
    "typescript": "~5.9.2",
    "uniwind": "1.10.0",
    "vite": "7.3.6",
    "vitest": "^3.2.1"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0",
    "react-native-web": ">=0.19.0",
    "uniwind": ">=1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "tags": [
      "type:lib",
      "scope:theme-editor",
      "platform:web"
    ],
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/dist"
        ]
      }
    }
  },
  "scripts": {
    "build": "vite build && tsc --emitDeclarationOnly --outDir dist",
    "lint": "eslint src/ --ignore-pattern '**/__tests__/**'",
    "test": "vitest run"
  }
}