{
  "name": "@galacean/gui",
  "version": "1.2.1",
  "description": "An opinionated UI library designed to create engaging and functional online tools with ease.",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "types/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "sideEffects": false,
  "keywords": [
    "ui",
    "editor",
    "tool",
    "react",
    "3d",
    "inspector"
  ],
  "author": {
    "name": "Mrkou47"
  },
  "files": [
    "es",
    "lib",
    "dist",
    "types"
  ],
  "license": "MIT",
  "devDependencies": {
    "@chromatic-com/storybook": "^1.6.1",
    "@csstools/postcss-cascade-layers": "^5.0.0",
    "@storybook/addon-essentials": "^8.2.9",
    "@storybook/addon-interactions": "^8.2.9",
    "@storybook/addon-links": "^8.2.9",
    "@storybook/blocks": "^8.2.9",
    "@storybook/react": "^8.2.9",
    "@storybook/react-vite": "^8.2.9",
    "@storybook/test": "^8.2.9",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.0",
    "@types/react": "^18.3.4",
    "@types/react-dom": "^18.3.0",
    "postcss": "^8.4.41",
    "prop-types": "^15.8.1",
    "storybook": "^8.2.9"
  },
  "dependencies": {
    "@radix-ui/react-use-controllable-state": "^1.1.0",
    "@tabler/icons-react": "^3.17.0",
    "nanoid": "^5.1.6",
    "@galacean/editor-ui": "1.2.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "example": "vite dev",
    "build": "tsup",
    "analyze": "npx vite-bundle-visualizer",
    "build:types": "pnpm run clean:dts && tsc --emitDeclarationOnly --declaration --skipLibCheck --outDir types",
    "build:all": "pnpm run build && pnpm run build:types",
    "clean": "rimraf es lib dist types",
    "clean:dts": "rimraf types",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "chromatic": "npx chromatic --project-token=CHROMATIC_TOKEN"
  }
}