-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (25 loc) · 1.66 KB
/
Copy pathrequirements.txt
File metadata and controls
28 lines (25 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Golf Card Game - Dependencies
# Run: npm install
# This file lists all packages required for the project.
# Node.js projects use package.json for dependency management.
# All packages below are installed automatically via: npm install
# ── Runtime Dependencies ────────────────────────────────────────────────────
firebase # Firebase Auth + Firestore (database & auth)
lucide-react # Icon library
motion # Animations (motion/react)
react # Core React library
react-dom # React DOM rendering
react-router # Client-side routing
tw-animate-css # Tailwind animation utilities
# ── Dev Dependencies ────────────────────────────────────────────────────────
@tailwindcss/vite # Tailwind CSS Vite plugin
@types/react # TypeScript types for React
@types/react-dom # TypeScript types for React DOM
@vitejs/plugin-react # React plugin for Vite
tailwindcss # Utility-first CSS framework
vite # Build tool and dev server
# ── How to install ──────────────────────────────────────────────────────────
# 1. Make sure Node.js is installed (https://nodejs.org)
# 2. Run: npm install
# 3. Run: npm run dev (to start development server)
# 4. Run: npm run build (to build for production)