* Disable typesafe builds on prod for studio. * Add typecheck github action to the merge queue checks. * Add typescript dependency to packages to stabilize their versions. * Add tailwindcss to the catalog.
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "eslint-config-supabase",
|
|
"version": "1.0.0",
|
|
"main": "next.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-next": "15.3.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-turbo": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.5.0"
|
|
}
|
|
}
|