devta icon indicating copy to clipboard operation
devta copied to clipboard

Thank you page addition

Open pratyushtiwary opened this issue 1 year ago • 1 comments

Changes

  • [x] Added thank you page,
  • [x] Added custom vite plugin which automatically generates a dependencies list for the thank you page

How does this work?

The vite plugin goes through each file inside src and looks for imports made, then it filters the imports based on package.json. After the list of dependencies is generated the plugin uses NPM Registry to fetch package information.

Screenshots

image

image

pratyushtiwary avatar Sep 26 '23 11:09 pratyushtiwary