mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 09:14:28 +08:00
33 lines
701 B
JSON
33 lines
701 B
JSON
{
|
|
"name": "common",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck_CURRENTLY_IGNORED": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@types/dat.gui": "^0.7.12",
|
|
"config": "*",
|
|
"dat.gui": "^0.7.9",
|
|
"lodash": "^4.17.21",
|
|
"next-themes": "^0.3.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-use": "^17.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.24",
|
|
"@types/react-dom": "^18.2.8",
|
|
"tsconfig": "*",
|
|
"typescript": "^5.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@supabase/supabase-js": "*",
|
|
"@supabase/auth-js": "^2.63.0",
|
|
"next": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|