Update schema.json

This commit is contained in:
Antoine Lethimonnier 2024-01-09 20:19:30 +01:00 committed by GitHub
parent eb5c2bb8b3
commit d8d20c1e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@
"type": "string", "type": "string",
"enum": ["default", "new-york"] "enum": ["default", "new-york"]
}, },
"typescript": {
"type": "boolean",
"default": true
},
"tailwind": { "tailwind": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -19,11 +23,17 @@
"type": "string" "type": "string"
}, },
"cssVariables": { "cssVariables": {
"type": "boolean" "type": "boolean",
"default": true
} }
}, },
"required": ["config", "css", "baseColor", "cssVariables"] "required": ["config", "css", "baseColor", "cssVariables"]
}, },
"framework": {
"type": "string",
"enum": ["nuxt", "vite", "laravel", "astro"],
"default": "vite"
},
"aliases": { "aliases": {
"type": "object", "type": "object",
"properties": { "properties": {