{
  "name": "@photonhealth/elements",
  "version": "0.20.9",
  "description": "",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "start": "vite --port 3000",
    "build": "rimraf dist && NODE_ENV=development vite build",
    "build:prod": "npx nx run elements:build",
    "build:watch": "rimraf dist && vite build --watch",
    "prepublishOnly": "npm run build:prod",
    "lint": "eslint src",
    "lint:only-errors": "eslint src --quiet",
    "lint:fix": "eslint src --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Photon-Health/client"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@csstools/postcss-sass": "^5.0.1",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/lodash": "^4.14.185",
    "@types/node": "^18.7.18",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^8.2.5",
    "@csstools/selector-specificity": "^2.0.1",
    "css-has-pseudo": "^4.0.1",
    "fast-glob": "^3.2.12",
    "open-props": "^1.4.16",
    "postcss": "^8.4.31",
    "postcss-custom-media": "^8.0.2",
    "postcss-jit-props": "^1.0.7",
    "vite-plugin-solid": "^2.3.0"
  },
  "dependencies": {
    "@photonhealth/components": "*",
    "@photonhealth/sdk": "*",
    "@shoelace-style/shoelace": "^2.4.0",
    "@solid-primitives/scheduled": "^1.5.0",
    "@solid-primitives/timer": "^1.4.0",
    "@tanstack/solid-virtual": "^3.13.6",
    "date-fns": "^2.29.3",
    "graphql": "^16.6.0",
    "graphql-tag": "^2.12.6",
    "jwt-decode": "^3.1.2",
    "libphonenumber-js": "^1.10.14",
    "solid-element": "^1.9.1",
    "superstruct": "^1.0.3"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "gitHead": "3283ed3794cd092af27cfc26db5ad4535853caf8"
}
