mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 15:24:24 +08:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "common",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.5.0",
|
|
"@supabase/ui": "^0.37.0-alpha.50"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"config": "*",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|