{
  "name": "@seliseblocks/next-forms",
  "version": "1.0.7",
  "description": "Next.js Generic Packages for Forms",
  "main": "index.ts",
  "type": "commonjs",
  "scripts": {
    "postinstall": "node ./scripts/post-install-scripts.js",
    "uninstall": "node ./scripts/post-uninstall-scripts.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SELISEdigitalplatforms/l2-nextjs-generic-packages.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/SELISEdigitalplatforms/l2-nextjs-generic-packages/issues"
  },
  "files": [
    "*"
  ],
  "homepage": "https://github.com/SELISEdigitalplatforms/l2-nextjs-generic-packages#readme",
  "keywords": [
    "nextjs",
    "web",
    "starter",
    "seliseblocks",
    "forms"
  ],
  "dependencies": {
    "@types/numeral": "^2.0.5",
    "react": "^18.2.0",
    "react-dropzone": "^14.2.3",
    "@mui/material": "^5.15.3",
    "react-hook-form": "^7.48.2",
    "@seliseblocks/next-images": "~1.1.0",
    "mui-one-time-password-input": "^2.0.1",
    "react-quill": "^2.0.0",
    "next": "^14.0.4",
    "framer-motion": "^10.16.16",
    "@seliseblocks/next-animations": "~1.0.1",
    "numeral": "^2.0.6",
    "highlight.js": "^11.9.0",
    "mui-tel-input": "^5.1.2"
  },
  "devDependencies": {}
}