dcts / radix.meme

The first memecoin launchpad on Radix with instant liquidity using a bonding curve.
https://radix.meme
4 stars 2 forks source link

Verify all packages in package json #172

Open dcts opened 2 days ago

dcts commented 2 days ago

Verify we are actually using all packages specified in package json.

Just some notes for me to doublecheck.

What are we using those for? "@hookform/resolvers": "^3.9.0", "react-hook-form": "^7.53.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-slot": "^1.1.0",

Just wanted to confirm we need all 3 for the particles we use "@tsparticles/engine": "^3.5.0", "@tsparticles/react": "^3.0.0", "@tsparticles/slim": "^3.5.0",

"clsx": "^2.1.1",

If we have particles engine, do we still need framer motion? Maybe for the animated modal? "framer-motion": "^11.5.6",

dcts commented 2 days ago

Rhf react best way to make form

Rhf resolver to use zod in rhf for validation

Radix-ui is shadcn stuff, both needed

All ts particles needed for the stars

Framer-motion for all animations that make use of it

Clsx to prevent tailwind classes conflicts (very important)