mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 09:14:28 +08:00
* Change all imports in the ui package which import via the @ui shortcut. * Add a new ui-patterns package. Add it to all apps. * Migrate PrivacySettings from ui to ui-patterns. * Migrate ConsentToast from ui to ui-patterns. * Remove providers folder from ui package. * Move GlassPanel. * Migrate IconPanel. * Migrate TweetCard. * Migrate ThemeImage. * Remove LWXCountdownBanner. * Migrate CountdownWidget. * Migrate SchemaTableNode. * Migrate ExpandableVideo. * Migrate ThemeToggle. * Fix bunch of imports in the docs app. * Revert some unnecessary changes. * Expand the README.md. * Fix the tailwind configs, they were using old folder structure. * Fix leftover merge conflicts. * Remove a deleted page in master. --------- Co-authored-by: Terry Sutton <saltcod@gmail.com>
28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"name": "ui-patterns",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"common": "*",
|
|
"lodash": "*",
|
|
"lucide-react": "*",
|
|
"next-themes": "*",
|
|
"react-hot-toast": "*",
|
|
"react-tooltip": "*",
|
|
"reactflow": "*",
|
|
"tsconfig": "*",
|
|
"ui": "*"
|
|
},
|
|
"devDependencies": {},
|
|
"peerDependencies": {
|
|
"next": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|