feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

189
node_modules/.cache/nuxt/.nuxt/tsconfig.json generated vendored Normal file
View File

@@ -0,0 +1,189 @@
{
"compilerOptions": {
"paths": {
"@unhead/vue": [
"../../../@unhead/vue"
],
"@nuxt/devtools": [
"../../../@nuxt/devtools"
],
"@vue/runtime-core": [
"../../../@vue/runtime-core"
],
"@vue/compiler-sfc": [
"../../../@vue/compiler-sfc"
],
"unplugin-vue-router/client": [
"../../../unplugin-vue-router/client"
],
"@nuxt/schema": [
"../../../@nuxt/schema"
],
"nuxt": [
"../../../nuxt"
],
"vite/client": [
"../../../vite/client"
],
"nitropack/types": [
"../../../nitropack/types"
],
"nitropack/runtime": [
"../../../nitropack/runtime"
],
"nitropack": [
"../../../nitropack"
],
"defu": [
"../../../defu"
],
"h3": [
"../../../h3"
],
"consola": [
"../../../consola"
],
"ofetch": [
"../../../ofetch"
],
"crossws": [
"../../../crossws"
],
"~": [
"../../../../app"
],
"~/*": [
"../../../../app/*"
],
"@": [
"../../../../app"
],
"@/*": [
"../../../../app/*"
],
"~~": [
"../../../.."
],
"~~/*": [
"../../../../*"
],
"@@": [
"../../../.."
],
"@@/*": [
"../../../../*"
],
"#shared": [
"../../../../shared"
],
"#shared/*": [
"../../../../shared/*"
],
"#server": [
"../../../../server"
],
"#server/*": [
"../../../../server/*"
],
"#app": [
"../../../nuxt/dist/app"
],
"#app/*": [
"../../../nuxt/dist/app/*"
],
"vue-demi": [
"../../../nuxt/dist/app/compat/vue-demi"
],
"#vue-router": [
"../../../vue-router"
],
"#unhead/composables": [
"../../../nuxt/dist/head/runtime/composables"
],
"#imports": [
"./imports"
],
"#app-manifest": [
"./manifest/meta/6324e146-4419-48fd-9473-f44ec3cf0d83.json"
],
"#components": [
"./components"
],
"#build": [
"."
],
"#build/*": [
"./*"
]
},
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ESNext",
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
"verbatimModuleSyntax": true,
"allowArbitraryExtensions": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"module": "preserve",
"noEmit": true,
"lib": [
"ESNext",
"dom",
"dom.iterable",
"webworker"
],
"jsx": "preserve",
"jsxImportSource": "vue",
"types": [],
"moduleResolution": "Bundler",
"useDefineForClassFields": true,
"noImplicitThis": true,
"allowSyntheticDefaultImports": true
},
"include": [
"./nuxt.d.ts",
"../../../../app/**/*",
"../../../../modules/*/runtime/**/*",
"../../../../test/nuxt/**/*",
"../../../../tests/nuxt/**/*",
"../../../../layers/*/app/**/*",
"../../../../layers/*/modules/*/runtime/**/*",
"../../../../shared/**/*.d.ts",
"../../../../modules/*/shared/**/*.d.ts",
"../../../../layers/*/shared/**/*.d.ts",
"../../../../*.d.ts",
"../../../../layers/*/*.d.ts",
"./nuxt.node.d.ts",
"../../../../modules/*.*",
"../../../../nuxt.config.*",
"../../../../.config/nuxt.*",
"../../../../layers/*/nuxt.config.*",
"../../../../layers/*/.config/nuxt.*",
"../../../../layers/*/modules/**/*",
"../../../../shared/**/*",
"../../../../modules/*/shared/**/*",
"../../../../layers/*/shared/**/*",
"../../../runtime",
"../../../dist/runtime"
],
"exclude": [
"../../..",
"../../../nuxt/node_modules",
"../../../@nuxtjs/tailwindcss/node_modules",
"../../../@nuxtjs/google-fonts/node_modules",
"../../../@nuxt/devtools/node_modules",
"../../../@nuxt/telemetry/node_modules",
"../../../../dist",
"../../../../.data",
"../../../../modules/*/runtime/server/**/*",
"../../../../layers/*/server/**/*",
"../../../../layers/*/modules/*/runtime/server/**/*",
"../../../runtime/server",
"../../../dist/runtime/server"
]
}