virastack 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ # Public (exposed to the browser) — must be prefixed with VITE_
2
+ VITE_APP_URL="http://localhost:3000"
3
+ VITE_APP_NAME="ViraStack Start - TanStack Edition"
4
+
5
+ # Server-only (never exposed to the browser)
6
+ # NODE_ENV is set automatically by Vite — no need to define it here.
@@ -0,0 +1 @@
1
+ [{"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/DefaultCatchBoundary.tsx":"1","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/NotFound.tsx":"2","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/Pending.tsx":"3","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/ThemeToggle.tsx":"4","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/avatar.tsx":"5","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/button.tsx":"6","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/dialog.tsx":"7","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/field.tsx":"8","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/index.ts":"9","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/input.tsx":"10","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/label.tsx":"11","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/skeleton.tsx":"12","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/table.tsx":"13","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/tabs.tsx":"14","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/config/seo.config.ts":"15","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/config/site.config.ts":"16","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/constants/index.ts":"17","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/env.ts":"18","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/get-users.api.ts":"19","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/index.ts":"20","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/query-keys.ts":"21","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/CartDemo.tsx":"22","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Features.tsx":"23","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Hero.tsx":"24","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/LandingPage.tsx":"25","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/ProjectFormDemo.tsx":"26","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Reveal.tsx":"27","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Showcase.tsx":"28","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/UsersDemo.tsx":"29","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/data/features.data.tsx":"30","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/data/index.ts":"31","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/get-initials.ts":"32","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/index.ts":"33","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/motion.ts":"34","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/hooks/index.ts":"35","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/hooks/use-users.ts":"36","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/index.ts":"37","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/react-hook-form.tsx":"38","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/react.tsx":"39","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/tailwind.tsx":"40","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/tanstack.tsx":"41","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/typescript.tsx":"42","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/index.ts":"43","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/schemas/index.ts":"44","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/schemas/project.schema.ts":"45","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/stores/counter.store.ts":"46","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/stores/index.ts":"47","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/types/index.ts":"48","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/types/user.types.ts":"49","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/helpers/format-date.ts":"50","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/helpers/index.ts":"51","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/hooks/index.ts":"52","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/api.ts":"53","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/query-client.ts":"54","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/utils.ts":"55","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/Providers.tsx":"56","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/ThemeProvider.tsx":"57","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/devtools.tsx":"58","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/index.ts":"59","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/root-provider.ts":"60","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/router.tsx":"61","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/__root.tsx":"62","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/index.tsx":"63","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/robots[.]txt.ts":"64","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/site[.]webmanifest.ts":"65","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/sitemap[.]xml.ts":"66","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/schemas/index.ts":"67","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/start.ts":"68","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/stores/index.ts":"69","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/types/site-config.types.ts":"70","/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/vite.config.ts":"71"},{"size":1246,"mtime":1785060939821,"results":"72","hashOfConfig":"73"},{"size":659,"mtime":1784854633164,"results":"74","hashOfConfig":"73"},{"size":460,"mtime":1784890377483,"results":"75","hashOfConfig":"73"},{"size":831,"mtime":1785178880879,"results":"76","hashOfConfig":"73"},{"size":1454,"mtime":1784854986287,"results":"77","hashOfConfig":"73"},{"size":1841,"mtime":1784854986483,"results":"78","hashOfConfig":"73"},{"size":3186,"mtime":1784724501000,"results":"79","hashOfConfig":"73"},{"size":570,"mtime":1784844670000,"results":"80","hashOfConfig":"73"},{"size":775,"mtime":1784844515000,"results":"81","hashOfConfig":"73"},{"size":926,"mtime":1784724501000,"results":"82","hashOfConfig":"73"},{"size":430,"mtime":1784724501000,"results":"83","hashOfConfig":"73"},{"size":304,"mtime":1784724501000,"results":"84","hashOfConfig":"73"},{"size":2820,"mtime":1784844955000,"results":"85","hashOfConfig":"73"},{"size":1515,"mtime":1784724501000,"results":"86","hashOfConfig":"73"},{"size":2002,"mtime":1784855059230,"results":"87","hashOfConfig":"73"},{"size":521,"mtime":1784854595443,"results":"88","hashOfConfig":"73"},{"size":156,"mtime":1784848451000,"results":"89","hashOfConfig":"73"},{"size":1384,"mtime":1785162800911,"results":"90","hashOfConfig":"73"},{"size":233,"mtime":1784852534000,"results":"91","hashOfConfig":"73"},{"size":127,"mtime":1784852535000,"results":"92","hashOfConfig":"73"},{"size":301,"mtime":1784852534000,"results":"93","hashOfConfig":"73"},{"size":2271,"mtime":1784851697000,"results":"94","hashOfConfig":"73"},{"size":1645,"mtime":1784848485000,"results":"95","hashOfConfig":"73"},{"size":2589,"mtime":1785102111794,"results":"96","hashOfConfig":"73"},{"size":476,"mtime":1785058808101,"results":"97","hashOfConfig":"73"},{"size":1954,"mtime":1784854987794,"results":"98","hashOfConfig":"73"},{"size":2020,"mtime":1784848449000,"results":"99","hashOfConfig":"73"},{"size":2780,"mtime":1785102111830,"results":"100","hashOfConfig":"73"},{"size":6573,"mtime":1784890384034,"results":"101","hashOfConfig":"73"},{"size":1528,"mtime":1785058808101,"results":"102","hashOfConfig":"73"},{"size":66,"mtime":1784848481000,"results":"103","hashOfConfig":"73"},{"size":354,"mtime":1784848482000,"results":"104","hashOfConfig":"73"},{"size":192,"mtime":1784848482000,"results":"105","hashOfConfig":"73"},{"size":696,"mtime":1784849743000,"results":"106","hashOfConfig":"73"},{"size":63,"mtime":1784848503000,"results":"107","hashOfConfig":"73"},{"size":566,"mtime":1784890383238,"results":"108","hashOfConfig":"73"},{"size":340,"mtime":1784855062461,"results":"109","hashOfConfig":"73"},{"size":1973,"mtime":1784848418000,"results":"110","hashOfConfig":"73"},{"size":6639,"mtime":1784848418000,"results":"111","hashOfConfig":"73"},{"size":807,"mtime":1784848418000,"results":"112","hashOfConfig":"73"},{"size":12913,"mtime":1784848427000,"results":"113","hashOfConfig":"73"},{"size":1892,"mtime":1784848418000,"results":"114","hashOfConfig":"73"},{"size":73,"mtime":1784848503000,"results":"115","hashOfConfig":"73"},{"size":94,"mtime":1784848436000,"results":"116","hashOfConfig":"73"},{"size":210,"mtime":1784757948000,"results":"117","hashOfConfig":"73"},{"size":478,"mtime":1784724501000,"results":"118","hashOfConfig":"73"},{"size":75,"mtime":1784848436000,"results":"119","hashOfConfig":"73"},{"size":65,"mtime":1784848474000,"results":"120","hashOfConfig":"73"},{"size":127,"mtime":1784853202000,"results":"121","hashOfConfig":"73"},{"size":411,"mtime":1784724501000,"results":"122","hashOfConfig":"73"},{"size":52,"mtime":1784724501000,"results":"123","hashOfConfig":"73"},{"size":144,"mtime":1784848450000,"results":"124","hashOfConfig":"73"},{"size":2902,"mtime":1784890382022,"results":"125","hashOfConfig":"73"},{"size":465,"mtime":1784724501000,"results":"126","hashOfConfig":"73"},{"size":376,"mtime":1784854986908,"results":"127","hashOfConfig":"73"},{"size":350,"mtime":1785177886860,"results":"128","hashOfConfig":"73"},{"size":3037,"mtime":1785178881334,"results":"129","hashOfConfig":"73"},{"size":160,"mtime":1784855044958,"results":"130","hashOfConfig":"73"},{"size":51,"mtime":1784854605002,"results":"131","hashOfConfig":"73"},{"size":163,"mtime":1784855059230,"results":"132","hashOfConfig":"73"},{"size":708,"mtime":1785173711917,"results":"133","hashOfConfig":"73"},{"size":2317,"mtime":1785178881358,"results":"134","hashOfConfig":"73"},{"size":308,"mtime":1784890377498,"results":"135","hashOfConfig":"73"},{"size":448,"mtime":1784890374497,"results":"136","hashOfConfig":"73"},{"size":833,"mtime":1784890376550,"results":"137","hashOfConfig":"73"},{"size":702,"mtime":1784890375619,"results":"138","hashOfConfig":"73"},{"size":154,"mtime":1784848451000,"results":"139","hashOfConfig":"73"},{"size":766,"mtime":1784890449212,"results":"140","hashOfConfig":"73"},{"size":154,"mtime":1784848451000,"results":"141","hashOfConfig":"73"},{"size":160,"mtime":1784724501000,"results":"142","hashOfConfig":"73"},{"size":349,"mtime":1785102111794,"results":"143","hashOfConfig":"73"},{"filePath":"144","messages":"145","suppressedMessages":"146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1invr81",{"filePath":"147","messages":"148","suppressedMessages":"149","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","suppressedMessages":"152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"153","messages":"154","suppressedMessages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","suppressedMessages":"158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"159","messages":"160","suppressedMessages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","suppressedMessages":"164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"165","messages":"166","suppressedMessages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","suppressedMessages":"170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"171","messages":"172","suppressedMessages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","suppressedMessages":"176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"177","messages":"178","suppressedMessages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","suppressedMessages":"182","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"183","messages":"184","suppressedMessages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","suppressedMessages":"188","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"189","messages":"190","suppressedMessages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","suppressedMessages":"194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"195","messages":"196","suppressedMessages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","suppressedMessages":"200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"201","messages":"202","suppressedMessages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","suppressedMessages":"206","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"207","messages":"208","suppressedMessages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","suppressedMessages":"212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","suppressedMessages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/DefaultCatchBoundary.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/NotFound.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/Pending.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/shared/ThemeToggle.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/avatar.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/button.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/dialog.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/field.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/input.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/label.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/skeleton.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/table.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/components/ui/tabs.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/config/seo.config.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/config/site.config.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/constants/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/env.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/get-users.api.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/api/query-keys.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/CartDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Features.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Hero.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/LandingPage.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/ProjectFormDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Reveal.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/Showcase.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/components/UsersDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/data/features.data.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/data/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/get-initials.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/helpers/motion.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/hooks/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/hooks/use-users.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/react-hook-form.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/react.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/tailwind.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/tanstack.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/icons/typescript.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/schemas/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/schemas/project.schema.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/stores/counter.store.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/stores/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/types/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/features/landing/types/user.types.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/helpers/format-date.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/helpers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/hooks/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/api.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/query-client.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/lib/utils.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/Providers.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/ThemeProvider.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/devtools.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/providers/root-provider.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/router.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/__root.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/index.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/robots[.]txt.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/site[.]webmanifest.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/routes/sitemap[.]xml.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/schemas/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/start.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/stores/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/src/types/site-config.types.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates/tanstack/vite.config.ts",[],[]]
@@ -0,0 +1,52 @@
1
+ # dependencies
2
+ /node_modules
3
+ /.pnp
4
+ .pnp.*
5
+ .yarn/*
6
+ !.yarn/patches
7
+ !.yarn/plugins
8
+ !.yarn/releases
9
+ !.yarn/versions
10
+
11
+ # testing
12
+ /coverage
13
+
14
+ # build / framework
15
+ /dist
16
+ /dist-ssr
17
+ .nitro
18
+ .tanstack
19
+ .wrangler
20
+ .output
21
+ .vinxi
22
+ __unconfig*
23
+
24
+ # production
25
+ /build
26
+
27
+ # misc
28
+ .DS_Store
29
+ *.pem
30
+ *.local
31
+ todos.json
32
+
33
+ # debug
34
+ npm-debug.log*
35
+ yarn-debug.log*
36
+ yarn-error.log*
37
+ .pnpm-debug.log*
38
+
39
+ # env files
40
+ .env*
41
+ !.env.example
42
+
43
+ # vercel
44
+ .vercel
45
+
46
+ # typescript
47
+ *.tsbuildinfo
48
+
49
+ # cache / tooling
50
+ .eslintcache
51
+ .knip
52
+ .turbo
@@ -0,0 +1 @@
1
+ [{"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/commitlint.config.js":"1","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/eslint.config.mjs":"2","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/knip.config.js":"3","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/next.config.ts":"4","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/postcss.config.mjs":"5","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/error.tsx":"6","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/layout.tsx":"7","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/loading.tsx":"8","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/not-found.tsx":"9","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/page.tsx":"10","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/global-error.tsx":"11","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/manifest.ts":"12","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/robots.ts":"13","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/sitemap.ts":"14","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/shared/LanguageSwitcher.tsx":"15","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/shared/ThemeToggle.tsx":"16","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/avatar.tsx":"17","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/button.tsx":"18","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/dialog.tsx":"19","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/field.tsx":"20","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/index.ts":"21","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/input.tsx":"22","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/label.tsx":"23","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/skeleton.tsx":"24","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/table.tsx":"25","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/tabs.tsx":"26","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/config/seo.config.ts":"27","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/config/site.config.ts":"28","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/constants/index.ts":"29","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/env.ts":"30","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/get-users.api.ts":"31","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/index.ts":"32","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/query-keys.ts":"33","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/CartDemo.tsx":"34","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Features.tsx":"35","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Hero.tsx":"36","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/LandingPage.tsx":"37","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/ProjectFormDemo.tsx":"38","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Reveal.tsx":"39","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Showcase.tsx":"40","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/UsersDemo.tsx":"41","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/data/features.data.tsx":"42","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/data/index.ts":"43","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/get-initials.ts":"44","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/index.ts":"45","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/motion.ts":"46","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/hooks/index.ts":"47","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/hooks/use-users.ts":"48","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/index.ts":"49","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/nextjs.tsx":"50","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/react-hook-form.tsx":"51","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/react.tsx":"52","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/tailwind.tsx":"53","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/tanstack.tsx":"54","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/typescript.tsx":"55","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/index.ts":"56","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/schemas/index.ts":"57","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/schemas/project.schema.ts":"58","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/stores/counter.store.ts":"59","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/stores/index.ts":"60","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/types/index.ts":"61","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/types/user.types.ts":"62","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/helpers/format-date.ts":"63","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/helpers/index.ts":"64","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/hooks/index.ts":"65","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/i18n/request.ts":"66","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/i18n/routing.ts":"67","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/api.ts":"68","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/query-client.ts":"69","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/utils.ts":"70","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/Providers.tsx":"71","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/QueryProvider.tsx":"72","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/ThemeProvider.tsx":"73","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/index.ts":"74","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/proxy.ts":"75","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/schemas/index.ts":"76","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/stores/index.ts":"77","/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/types/site-config.types.ts":"78"},{"size":129,"mtime":1784724501000,"results":"79","hashOfConfig":"80"},{"size":686,"mtime":1784724501000,"results":"81","hashOfConfig":"80"},{"size":816,"mtime":1785169070017,"results":"82","hashOfConfig":"80"},{"size":1148,"mtime":1785102111876,"results":"83","hashOfConfig":"84"},{"size":94,"mtime":1784718957000,"results":"85","hashOfConfig":"80"},{"size":946,"mtime":1784724501000,"results":"86","hashOfConfig":"84"},{"size":1464,"mtime":1785163708288,"results":"87","hashOfConfig":"84"},{"size":390,"mtime":1784724501000,"results":"88","hashOfConfig":"84"},{"size":652,"mtime":1784724501000,"results":"89","hashOfConfig":"84"},{"size":291,"mtime":1785163708304,"results":"90","hashOfConfig":"84"},{"size":841,"mtime":1785104632995,"results":"91","hashOfConfig":"84"},{"size":500,"mtime":1784850863000,"results":"92","hashOfConfig":"84"},{"size":277,"mtime":1784724501000,"results":"93","hashOfConfig":"84"},{"size":298,"mtime":1784724501000,"results":"94","hashOfConfig":"84"},{"size":1438,"mtime":1785163708339,"results":"95","hashOfConfig":"84"},{"size":816,"mtime":1785178283251,"results":"96","hashOfConfig":"84"},{"size":1653,"mtime":1784844376000,"results":"97","hashOfConfig":"84"},{"size":1798,"mtime":1784724501000,"results":"98","hashOfConfig":"84"},{"size":3186,"mtime":1784724501000,"results":"99","hashOfConfig":"84"},{"size":570,"mtime":1784844670000,"results":"100","hashOfConfig":"84"},{"size":775,"mtime":1784844515000,"results":"101","hashOfConfig":"84"},{"size":926,"mtime":1784724501000,"results":"102","hashOfConfig":"84"},{"size":430,"mtime":1784724501000,"results":"103","hashOfConfig":"84"},{"size":304,"mtime":1784724501000,"results":"104","hashOfConfig":"84"},{"size":2820,"mtime":1784844955000,"results":"105","hashOfConfig":"84"},{"size":1515,"mtime":1784724501000,"results":"106","hashOfConfig":"84"},{"size":1002,"mtime":1784850859000,"results":"107","hashOfConfig":"84"},{"size":535,"mtime":1784852972000,"results":"108","hashOfConfig":"84"},{"size":156,"mtime":1784848451000,"results":"109","hashOfConfig":"84"},{"size":1281,"mtime":1785162800942,"results":"110","hashOfConfig":"84"},{"size":233,"mtime":1784852534000,"results":"111","hashOfConfig":"84"},{"size":127,"mtime":1784852535000,"results":"112","hashOfConfig":"84"},{"size":301,"mtime":1784852534000,"results":"113","hashOfConfig":"84"},{"size":2404,"mtime":1785163708496,"results":"114","hashOfConfig":"84"},{"size":2769,"mtime":1785163708507,"results":"115","hashOfConfig":"84"},{"size":2936,"mtime":1785163708521,"results":"116","hashOfConfig":"84"},{"size":472,"mtime":1785058808000,"results":"117","hashOfConfig":"84"},{"size":2034,"mtime":1785163708534,"results":"118","hashOfConfig":"84"},{"size":2020,"mtime":1784848449000,"results":"119","hashOfConfig":"84"},{"size":3238,"mtime":1785163708552,"results":"120","hashOfConfig":"84"},{"size":6570,"mtime":1785163708572,"results":"121","hashOfConfig":"84"},{"size":1585,"mtime":1785058808000,"results":"122","hashOfConfig":"84"},{"size":66,"mtime":1784848481000,"results":"123","hashOfConfig":"84"},{"size":354,"mtime":1784848482000,"results":"124","hashOfConfig":"84"},{"size":192,"mtime":1784848482000,"results":"125","hashOfConfig":"84"},{"size":696,"mtime":1784849743000,"results":"126","hashOfConfig":"84"},{"size":63,"mtime":1784848503000,"results":"127","hashOfConfig":"84"},{"size":410,"mtime":1784852536000,"results":"128","hashOfConfig":"84"},{"size":402,"mtime":1784848418000,"results":"129","hashOfConfig":"84"},{"size":1971,"mtime":1784848418000,"results":"130","hashOfConfig":"84"},{"size":1973,"mtime":1784848418000,"results":"131","hashOfConfig":"84"},{"size":6639,"mtime":1784848418000,"results":"132","hashOfConfig":"84"},{"size":807,"mtime":1784848418000,"results":"133","hashOfConfig":"84"},{"size":12913,"mtime":1784848427000,"results":"134","hashOfConfig":"84"},{"size":1892,"mtime":1784848418000,"results":"135","hashOfConfig":"84"},{"size":73,"mtime":1784848503000,"results":"136","hashOfConfig":"84"},{"size":97,"mtime":1785163638569,"results":"137","hashOfConfig":"84"},{"size":332,"mtime":1785163708670,"results":"138","hashOfConfig":"84"},{"size":478,"mtime":1784724501000,"results":"139","hashOfConfig":"84"},{"size":75,"mtime":1784848436000,"results":"140","hashOfConfig":"84"},{"size":65,"mtime":1784848474000,"results":"141","hashOfConfig":"84"},{"size":127,"mtime":1784853202000,"results":"142","hashOfConfig":"84"},{"size":411,"mtime":1784724501000,"results":"143","hashOfConfig":"84"},{"size":52,"mtime":1784724501000,"results":"144","hashOfConfig":"84"},{"size":144,"mtime":1784848450000,"results":"145","hashOfConfig":"84"},{"size":402,"mtime":1785163708714,"results":"146","hashOfConfig":"84"},{"size":354,"mtime":1785174272423,"results":"147","hashOfConfig":"84"},{"size":2960,"mtime":1784724501000,"results":"148","hashOfConfig":"84"},{"size":465,"mtime":1784724501000,"results":"149","hashOfConfig":"84"},{"size":353,"mtime":1784724501000,"results":"150","hashOfConfig":"84"},{"size":496,"mtime":1784724501000,"results":"151","hashOfConfig":"84"},{"size":533,"mtime":1784844398000,"results":"152","hashOfConfig":"84"},{"size":303,"mtime":1785178190019,"results":"153","hashOfConfig":"84"},{"size":51,"mtime":1784724501000,"results":"154","hashOfConfig":"84"},{"size":447,"mtime":1785163708781,"results":"155","hashOfConfig":"84"},{"size":154,"mtime":1784848451000,"results":"156","hashOfConfig":"84"},{"size":154,"mtime":1784848451000,"results":"157","hashOfConfig":"84"},{"size":160,"mtime":1784724501000,"results":"158","hashOfConfig":"84"},{"filePath":"159","messages":"160","suppressedMessages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18fg6fv",{"filePath":"162","messages":"163","suppressedMessages":"164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"165","messages":"166","suppressedMessages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","suppressedMessages":"170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"5rtamk",{"filePath":"171","messages":"172","suppressedMessages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","suppressedMessages":"176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"177","messages":"178","suppressedMessages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","suppressedMessages":"182","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"183","messages":"184","suppressedMessages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","suppressedMessages":"188","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"189","messages":"190","suppressedMessages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","suppressedMessages":"194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"195","messages":"196","suppressedMessages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","suppressedMessages":"200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"201","messages":"202","suppressedMessages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","suppressedMessages":"206","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"207","messages":"208","suppressedMessages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","suppressedMessages":"212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","suppressedMessages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"381","messages":"382","suppressedMessages":"383","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"384","messages":"385","suppressedMessages":"386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/commitlint.config.js",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/eslint.config.mjs",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/knip.config.js",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/next.config.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/postcss.config.mjs",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/error.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/layout.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/loading.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/not-found.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/[locale]/page.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/global-error.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/manifest.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/robots.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/app/sitemap.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/shared/LanguageSwitcher.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/shared/ThemeToggle.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/avatar.tsx",[],["393"],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/button.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/dialog.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/field.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/input.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/label.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/skeleton.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/table.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/components/ui/tabs.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/config/seo.config.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/config/site.config.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/constants/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/env.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/get-users.api.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/api/query-keys.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/CartDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Features.tsx",[],["394"],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Hero.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/LandingPage.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/ProjectFormDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Reveal.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/Showcase.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/components/UsersDemo.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/data/features.data.tsx",[],["395"],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/data/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/get-initials.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/helpers/motion.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/hooks/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/hooks/use-users.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/nextjs.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/react-hook-form.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/react.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/tailwind.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/tanstack.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/icons/typescript.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/schemas/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/schemas/project.schema.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/stores/counter.store.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/stores/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/types/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/features/landing/types/user.types.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/helpers/format-date.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/helpers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/hooks/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/i18n/request.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/i18n/routing.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/api.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/query-client.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/lib/utils.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/Providers.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/QueryProvider.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/ThemeProvider.tsx",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/providers/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/proxy.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/schemas/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/stores/index.ts",[],[],"/Users/omergulcicek/Projeler/virastack/start/templates-i18n/nextjs/src/types/site-config.types.ts",[],[],{"ruleId":"396","severity":1,"message":"397","line":27,"column":5,"nodeType":"398","endLine":35,"endColumn":7,"suppressions":"399"},{"ruleId":"396","severity":1,"message":"397","line":46,"column":13,"nodeType":"398","endLine":46,"endColumn":77,"suppressions":"400"},{"ruleId":"396","severity":1,"message":"397","line":45,"column":11,"nodeType":"398","endLine":45,"endColumn":75,"suppressions":"401"},"@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement",["402"],["403"],["404"],{"kind":"405","justification":"406"},{"kind":"405","justification":"407"},{"kind":"405","justification":"407"},"directive","intentional for flexible avatar sources",""]
@@ -0,0 +1,45 @@
1
+ # dependencies
2
+ /node_modules
3
+ /.pnp
4
+ .pnp.*
5
+ .yarn/*
6
+ !.yarn/patches
7
+ !.yarn/plugins
8
+ !.yarn/releases
9
+ !.yarn/versions
10
+
11
+ # testing
12
+ /coverage
13
+
14
+ # next.js
15
+ /.next/
16
+ /out/
17
+
18
+ # production
19
+ /build
20
+
21
+ # misc
22
+ .DS_Store
23
+ *.pem
24
+
25
+ # debug
26
+ npm-debug.log*
27
+ yarn-debug.log*
28
+ yarn-error.log*
29
+ .pnpm-debug.log*
30
+
31
+ # env files
32
+ .env*
33
+ !.env.example
34
+
35
+ # vercel
36
+ .vercel
37
+
38
+ # typescript
39
+ *.tsbuildinfo
40
+ next-env.d.ts
41
+
42
+ # cache / tooling
43
+ .eslintcache
44
+ .knip
45
+ .turbo
@@ -0,0 +1,6 @@
1
+ /// <reference types="next" />
2
+ /// <reference types="next/image-types/global" />
3
+ import "./.next/dev/types/routes.d.ts";
4
+
5
+ // NOTE: This file should not be edited
6
+ // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.