mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 23:34:22 +08:00
* init * fix build issues * move deps over * Update CommandMenuWrapper.tsx * build fixes * Update sitemap_www.xml * reset * Update sitemap_www.xml * Update tsconfig.json * Update package.json * Update package.json * Update package-lock.json * Update package.json
30 lines
569 B
JSON
30 lines
569 B
JSON
{
|
|
"name": "ui-patterns",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"cmdk": "^0.2.1",
|
|
"common": "*",
|
|
"lodash": "*",
|
|
"lucide-react": "*",
|
|
"next-themes": "*",
|
|
"react-error-boundary": "^4.0.12",
|
|
"react-hot-toast": "*",
|
|
"react-tooltip": "*",
|
|
"reactflow": "*",
|
|
"tsconfig": "*",
|
|
"ui": "*"
|
|
},
|
|
"devDependencies": {},
|
|
"peerDependencies": {
|
|
"next": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|