Cleanup files and packages

This commit is contained in:
Jesse Wierzbinski 2024-04-13 18:10:37 -10:00
parent bc296194b6
commit fe0cfa547b
No known key found for this signature in database
12 changed files with 11 additions and 295 deletions

View file

@ -1,5 +1,4 @@
import chalk from "chalk";
import strip from "strip-ansi";
import { type CliParameter, CliParameterType } from "./cli-builder.type";
export function startsWithArray(fullArray: string[], startArray: string[]) {

View file

@ -13,10 +13,13 @@
"c12": "^1.10.0",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue-router": "^4.3.0",
"shiki": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vue-email/nuxt": "^0.8.19"
"@vue-email/nuxt": "^0.8.19",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.11.4"
}
}