{
  "name": "@pod-os/elements",
  "version": "0.39.0",
  "description": "Custom elements for usage with Solid Pods",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/elements/elements.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "customElements": "dist/custom-elements.json",
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "jest ./src",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@pod-os/core": "^0.28.0",
    "@shoelace-style/shoelace": "^2.20.1",
    "@stencil/core": "^4.43.2",
    "@stencil/store": "^2.2.2",
    "@testing-library/user-event": "^14.6.1",
    "@tiptap/core": "^3.20.0",
    "@tiptap/extension-image": "^3.20.0",
    "@tiptap/markdown": "^3.20.0",
    "@tiptap/pm": "^3.20.0",
    "@tiptap/starter-kit": "^3.20.0",
    "@uppy/core": "^5.2.0",
    "@uppy/dashboard": "^5.1.1",
    "@uppy/image-editor": "^4.2.0",
    "@uppy/webcam": "^5.1.0",
    "@uvdsl/solid-oidc-client-browser": "^0.1.3",
    "idb": "^8.0.3",
    "neverthrow": "^8.2.0",
    "pollen-css": "^5.0.2",
    "rxjs": "^7.8.2",
    "stencil-router-v2": "^0.6.0"
  },
  "devDependencies": {
    "@happy-dom/jest-environment": "^20.8.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@types/jest": "^30.0.0",
    "jest": "^30.2.0",
    "jest-cli": "^30.2.0",
    "jest-when": "^3.7.0",
    "prettier": "^3.5.3",
    "url-template": "^3.1.1"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pod-os/pod-os.git"
  },
  "author": "",
  "bugs": {
    "url": "https://github.com/pod-os/pod-os/issues"
  },
  "homepage": "https://github.com/pod-os/pod-os#readme"
}
