From 1705e062458ba8c3e44dbc27925248023a8ed5d3 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 19:03:59 -0700 Subject: [PATCH] Detailed wiki content repair: Project Inventory --- Project-Inventory.md | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/Project-Inventory.md b/Project-Inventory.md index e69de29..a323708 100644 --- a/Project-Inventory.md +++ b/Project-Inventory.md @@ -0,0 +1,80 @@ +# Project Inventory + +## Repository Signals + +- Gitea description: ever want your own housing site? to charge payments. +- Default branch: main +- Detected language: TypeScript +- Visibility: Public +- Topics: readiness, software, stewarded +- No mapped local source directory was found; details are based on the Gitea tree. +- Visible project files beyond stewardship docs: 39 + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| package.json | name=sacred-villas; scripts=dev, dev:client, dev:api, build, lint, preview; deps=@stripe/react-stripe-js, @stripe/stripe-js, cors, dotenv, express, framer-motion, react, react-dom, react-router-dom, stripe | +| README files | README.md | + +## Directory Concentration + +- `src` (23 files) +- `(root)` (12 files) +- `public` (2 files) +- `server` (2 files) + +## File Type Concentration + +- `.tsx` (17) +- `.ts` (6) +- `.json` (5) +- `.js` (3) +- `.svg` (2) +- `.mjs` (2) +- `.example` (1) +- `.gitignore` (1) +- `.html` (1) +- `.css` (1) + +## Visible Project Files + +- .env.example +- .gitignore +- eslint.config.js +- index.html +- package-lock.json +- package.json +- postcss.config.js +- public/favicon.svg +- public/icons.svg +- server/applicationsStore.mjs +- server/index.mjs +- src/App.tsx +- src/components/AnimatedButton.tsx +- src/components/HouseCard.tsx +- src/components/HouseSpecFade.tsx +- src/components/ImageGallery.tsx +- src/components/MotionLink.tsx +- src/components/MountainBackdrop.tsx +- src/components/SiteHeader.tsx +- src/components/WhispyEther.tsx +- src/constants/checkout.ts +- src/data/houses.ts +- src/index.css +- src/layouts/SiteLayout.tsx +- src/main.tsx +- src/pages/ApplyPage.tsx +- src/pages/CheckoutEmbeddedPage.tsx +- src/pages/CheckoutReturnPage.tsx +- src/pages/HomePage.tsx +- src/pages/HousePage.tsx +- src/pages/apply/RentalApplicationSteps.tsx +- src/types.ts +- src/types/rentalApplication.ts +- src/vite-env.d.ts +- tailwind.config.js +- tsconfig.app.json +- tsconfig.json +- tsconfig.node.json +- vite.config.ts