{
  "name": "uiconfig-blueprint",
  "name:umd": "bpui",
  "version": "0.1.0-dev.15",
  "description": "Blueprint.js wrapper and custom components for web controls UI. To be used with uiconfig.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "browser": "./dist/index.js"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    },
    "./lib": {
      "types": "./lib/esm/lib.d.ts",
      "import": "./lib/esm/lib.js"
    },
    "./lib/esm": {
      "types": "./lib/esm/index.d.ts",
      "import": "./lib/esm/index.js"
    },
    "./lib/esm/*": {
      "types": "./lib/esm/*.d.ts",
      "import": "./lib/esm/*.js"
    },
    "./lib/css/*": {
      "import": "./lib/css/*.css",
      "require": "./lib/css/*.css"
    },
    "./src/": {
      "import": "./src/",
      "require": "./src/"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "dist",
    "src",
    "docs",
    "tsconfig.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repalash/uiconfig-blueprint.git"
  },
  "keywords": [
    "javascript",
    "typescript",
    "json",
    "ui",
    "three.js",
    "html",
    "blueprint",
    "library"
  ],
  "author": "repalash <palash@shaders.app>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/repalash/uiconfig-blueprint/issues"
  },
  "homepage": "https://github.com/repalash/uiconfig-blueprint#readme",
  "dependencies": {
    "ts-browser-helpers": "^0.19.4",
    "uiconfig.js": "^0.3.1",
    "@blueprintjs/icons": "^5.23.0",
    "@blueprintjs/select": "^5.3.21",
    "blueprint-styler": "^5.0.2",
    "react-colorful": "^5.6.1"
  },
  "peerDependencies": {
    "@blueprintjs/core": "^5.19.1",
    "@types/three": "^0.152.1",
    "@types/webxr": "^0.5.10",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "peerDependenciesMeta": {
    "@blueprintjs/core": {
      "optional": true
    },
    "@types/three": {
      "optional": true
    },
    "@types/webxr": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "//": {
    "scripts": {
      "compile:cjs": "tsc -p ./src -m commonjs --verbatimModuleSyntax false --outDir lib/cjs",
      "compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext"
    }
  },
  "browserslist": [
    "defaults"
  ],
  "type": "module"
}
