{
  "name": "@flarehr/superhero-workplace-policies",
  "version": "0.1.1345",
  "description": "Flare Superhero Workplace Policies 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": {
    "@hookform/resolvers": "^3.2.0",
    "preact": "^10.17.1",
    "preact-custom-element": "^4.2.1",
    "react-hook-form": "^7.45.4",
    "react-hot-toast": "^2.4.1",
    "use-sync-external-store": "^1.2.0",
    "yup": "^1.2.0"
  },
  "devDependencies": {
    "@preact/preset-vite": "^2.5.0",
    "@tailwindcss/forms": "^0.5.4",
    "autoprefixer": "^10.4.15",
    "postcss": "^8.4.28",
    "tailwindcss": "^3.3.3",
    "vite": "^4.4.9"
  }
}
