{
  "name": "@fullstackhouse/plasmic-utils",
  "version": "2.10.0",
  "license": "MIT",
  "scripts": {
    "start": "next dev",
    "lint": "next lint",
    "test": "vitest",
    "build": "rimraf dist && cp -r src dist && rimraf --glob 'dist/**/*.{ts,tsx}' && tsc -p tsconfig.package.json",
    "build-host": "next build",
    "prepublishOnly": "npm run build"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": "github:fullstackhouse/plasmic-utils",
  "devDependencies": {
    "@headlessui/react": "^2.1.8",
    "@hookform/resolvers": "^3.3.4",
    "@plasmicapp/loader-nextjs": "^1.0.415",
    "@plasmicapp/react-web": "^0.2.374",
    "@radix-ui/react-dialog": "^1.0.5",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-toast": "^1.2.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash.isequal": "^4.5.8",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/react-highlight-words": "^0.20.0",
    "@vitejs/plugin-react": "^4.3.2",
    "dayjs": "^1.11.10",
    "eslint": "^8",
    "eslint-config-next": "14.2.5",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jsdom": "^25.0.1",
    "lodash.isequal": "^4.5.0",
    "msw": "^2.4.11",
    "next": "14.2.5",
    "prettier": "^3.3.3",
    "quill-image-drop-and-paste": "^2.0.1",
    "react": "^18",
    "react-dom": "^18",
    "react-error-boundary": "^4.1.2",
    "react-hook-form": "^7.54.2",
    "react-intersection-observer": "^9.15.1",
    "rimraf": "^4.0",
    "swr": "^2.2.5",
    "typescript": "^5",
    "use-debounce": "^10.0.4",
    "virtua": "^0.35.1",
    "vitest": "^2.0.2",
    "zod": "^3.22.4"
  },
  "peerDependencies": {
    "@headlessui/react": "^1.7.18",
    "@hookform/resolvers": "^3.3.4",
    "@plasmicapp/react-web": "^0.2.327",
    "@radix-ui/react-dialog": "^1.0.5",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-toast": "^1.2.1",
    "dayjs": "^1.11.10",
    "lodash.isequal": "^4.5.0",
    "quill-image-drop-and-paste": "^2.0.1",
    "react": "^18",
    "react-dom": "^18",
    "react-error-boundary": "^4.1.2",
    "react-hook-form": "^7.50.1",
    "react-intersection-observer": "^9.15.1",
    "react-quill-new": "^3.4.6",
    "swr": "^2.2.5",
    "use-debounce": "^10.0.1",
    "virtua": "^0.35.1",
    "zod": "^3.22.4"
  },
  "dependencies": {
    "@fullstackhouse/react-ssr-prepass": "^2.0.11",
    "react-highlight-words": "^0.21.0",
    "react-quill-new": "^3.4.6"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
