{
  "name": "@flarehr/superhero-basic-profile",
  "version": "0.1.2940",
  "description": "Flare Superhero Basic Profile Components",
  "license": "SEE LICENSE IN LICENSE.md",
  "files": [
    "dist/"
  ],
  "scripts": {
    "postinstall": "dotnet tool restore",
    "start": "dotnet fable watch src -o dist -e .jsx --run vite --base=/",
    "build": "dotnet fable src -o dist -e .jsx --run vite build"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.8",
    "preact": "^10.23.2",
    "preact-custom-element": "^4.3.0",
    "react-dropzone": "^14.2.3",
    "use-sync-external-store": "^1.2.2"
  },
  "devDependencies": {
    "@preact/preset-vite": "^2.5.0",
    "@tailwindcss/forms": "^0.5.3",
    "@vitejs/plugin-react": "^2.1.0",
    "autoprefixer": "^10.4.4",
    "postcss": "^8.4.18",
    "tailwindcss": "^3.2.1",
    "vite": "^3.1.0"
  }
}
