{
  "name": "@elicecontents/content-ui",
  "version": "1.1.3",
  "description": "A set of UI components for creating content of Elice",
  "author": "Elice <contact@elice.io>",
  "license": "UNLICENSED",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "README.ko.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": [
    "./src/types/theme-augmentation.ts"
  ],
  "scripts": {
    "build": "tsup --config tsup.config.ts && tsc -p tsconfig.build.json --emitDeclarationOnly --declarationDir dist/types",
    "lint": "eslint --ext .ts --ext .tsx ./src --max-warnings=0",
    "prettier": "prettier-eslint --write $PWD/\"src/**/*.[jt]s?(x)\"",
    "clean": "del-cli \"buildcache/*\" \"dist/*\""
  },
  "peerDependencies": {
    "@base-ui-components/react": "^1.0.0-alpha.6",
    "@elice/mui-system": "^5.250905.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@mui/icons-material": "^5.14.10",
    "@mui/material": "^5.14.10",
    "@mui/x-data-grid": "^6.7.0",
    "@mui/x-date-pickers": "^6.7.0",
    "react": "^16.8.0  || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0  || ^17.0.0 || ^18.0.0",
    "video.js": "^8.21.1"
  },
  "dependencies": {
    "defu": "^6.1.4",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@elice/mui-system": "^5.250905.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@mui/icons-material": "^5.14.10",
    "@mui/material": "^5.14.10",
    "@mui/x-data-grid": "^6.7.0",
    "@mui/x-date-pickers": "^6.7.0",
    "@types/json-stable-stringify": "^1.2.0",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "react": "^18",
    "react-dom": "^18",
    "video.js": "^8.21.1",
    "tsup": "^8.5.0"
  },
  "peerDependenciesMeta": {
    "video.js": {
      "optional": true
    }
  }
}
