mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Cleanup files and packages
This commit is contained in:
parent
bc296194b6
commit
fe0cfa547b
12 changed files with 11 additions and 295 deletions
|
|
@ -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[]) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue