28 lines
498 B
JSON
28 lines
498 B
JSON
{
|
|
"projectName": "webkulisse-saas",
|
|
"mode": "file-router",
|
|
"typescript": true,
|
|
"packageManager": "npm",
|
|
"includeExamples": false,
|
|
"tailwind": true,
|
|
"projectPreset": "default",
|
|
"addOnOptions": {
|
|
"drizzle": {
|
|
"database": "postgresql"
|
|
}
|
|
},
|
|
"git": true,
|
|
"install": true,
|
|
"intent": true,
|
|
"routerOnly": false,
|
|
"version": 1,
|
|
"framework": "react",
|
|
"chosenAddOns": [
|
|
"biome",
|
|
"nitro",
|
|
"compiler",
|
|
"drizzle",
|
|
"shadcn",
|
|
"better-auth"
|
|
]
|
|
} |