23 lines
381 B
JSON
23 lines
381 B
JSON
{
|
|
"projectName": "fullstack-fuware",
|
|
"mode": "file-router",
|
|
"typescript": true,
|
|
"tailwind": true,
|
|
"packageManager": "npm",
|
|
"addOnOptions": {
|
|
"prisma": {
|
|
"database": "postgres"
|
|
}
|
|
},
|
|
"git": true,
|
|
"version": 1,
|
|
"framework": "react-cra",
|
|
"chosenAddOns": [
|
|
"eslint",
|
|
"prisma",
|
|
"form",
|
|
"shadcn",
|
|
"start",
|
|
"tanstack-query"
|
|
]
|
|
} |