Files
supabase/packages/common/package.json
Ivan Vasilov 491f9803e0 chore: Bump typescript to version 5.5 (#27590)
Bump typescript to 5.5 in all apps and packages.
2024-06-28 12:26:57 +02:00

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": "*"
}
}