Skip to content

Commit

Permalink
@luxdefi/ui bundles as loose *.tsx and works in a Nextjs app. (#2)
Browse files Browse the repository at this point in the history
* removed previous /ui
* initial replacement of desired /ui contents
* created clean script for all and clean:all
* Remove exports
* Disable Common JS
* Don't bundle next code
* Silence unsupported CSS nesting
* Enable bundle
* Convert Common JS modules to ES modules
* Use ES module exports
* removed packages/cli

---------

Co-authored-by: Zach Kelling <[email protected]>
  • Loading branch information
artemis-prime and zeekay authored Jan 23, 2024
1 parent e5a09da commit 940cf44
Show file tree
Hide file tree
Showing 133 changed files with 345 additions and 4,899 deletions.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"sonner": "^1.2.3",
"tailwind-merge": "^1.12.0",
"vaul": "^0.2.0",
"zod": "^3.21.4"
"zod": "3.21.4"
},
"devDependencies": {
"@types/lodash.template": "^4.5.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/cli/.prettierignore

This file was deleted.

135 changes: 0 additions & 135 deletions packages/cli/CHANGELOG.md

This file was deleted.

43 changes: 0 additions & 43 deletions packages/cli/README.md

This file was deleted.

78 changes: 0 additions & 78 deletions packages/cli/package.json

This file was deleted.

Loading

0 comments on commit 940cf44

Please sign in to comment.