2025-10-04 17:46:58 -07:00
|
|
|
{
|
|
|
|
|
"name": "miracles-in-motion-web",
|
2025-10-04 18:11:14 -07:00
|
|
|
"private": true,
|
2025-10-04 17:46:58 -07:00
|
|
|
"version": "1.0.0",
|
2025-10-04 18:11:14 -07:00
|
|
|
"type": "module",
|
2025-10-04 17:46:58 -07:00
|
|
|
"description": "Public website for Miracles In Motion 501(c)3 non-profit organization",
|
|
|
|
|
"scripts": {
|
2025-10-04 18:11:14 -07:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"preview": "vite preview",
|
2025-10-04 17:46:58 -07:00
|
|
|
"deploy": "npm run build && gh-pages -d dist"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"non-profit",
|
|
|
|
|
"charity",
|
|
|
|
|
"501c3",
|
|
|
|
|
"miracles-in-motion",
|
|
|
|
|
"community",
|
|
|
|
|
"donations",
|
2025-10-04 18:11:14 -07:00
|
|
|
"volunteers",
|
|
|
|
|
"react",
|
|
|
|
|
"vite",
|
|
|
|
|
"tailwind"
|
2025-10-04 17:46:58 -07:00
|
|
|
],
|
|
|
|
|
"author": "Miracles In Motion",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Miracles-In-Motion/public-web.git"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://miraclesinmotion.org",
|
|
|
|
|
"dependencies": {
|
2025-10-05 19:41:51 -07:00
|
|
|
"@react-three/fiber": "^8.16.8",
|
|
|
|
|
"@stripe/react-stripe-js": "^2.8.1",
|
|
|
|
|
"@stripe/stripe-js": "^4.7.0",
|
|
|
|
|
"@tanstack/react-query": "^5.59.20",
|
2025-10-05 05:14:58 -07:00
|
|
|
"@tensorflow/tfjs": "^4.22.0",
|
2025-10-05 19:41:51 -07:00
|
|
|
"@testing-library/dom": "^10.4.1",
|
2025-10-05 10:05:03 -07:00
|
|
|
"@types/node": "^24.6.2",
|
2025-10-05 05:14:58 -07:00
|
|
|
"date-fns": "^4.1.0",
|
2025-10-05 19:41:51 -07:00
|
|
|
"framer-motion": "^11.11.17",
|
|
|
|
|
"framer-motion-3d": "^11.5.6",
|
2025-10-05 10:05:03 -07:00
|
|
|
"i18next": "^25.5.3",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
|
|
|
"i18next-http-backend": "^3.0.2",
|
2025-10-05 19:41:51 -07:00
|
|
|
"lucide-react": "^0.446.0",
|
|
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2025-10-05 10:05:03 -07:00
|
|
|
"react-i18next": "^16.0.0",
|
|
|
|
|
"react-query": "^3.39.3",
|
|
|
|
|
"recharts": "^3.2.1",
|
|
|
|
|
"socket.io-client": "^4.8.1",
|
|
|
|
|
"three": "^0.180.0",
|
|
|
|
|
"zustand": "^5.0.8"
|
2025-10-04 18:11:14 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-05 05:14:58 -07:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2025-10-05 08:59:50 -07:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.0",
|
feat: Add ProgramsSection component for comprehensive student support
- Implemented ProgramsSection with various support programs including School Supplies, Clothing Support, Emergency Assistance, Educational Technology, Mentorship Programs, and Family Support Services.
- Integrated framer-motion for animations and transitions.
- Added a call-to-action button for requesting program support.
test: Create unit tests for HeroSection component
- Developed tests for rendering, accessibility, and functionality of the HeroSection component using Vitest and Testing Library.
- Mocked framer-motion for testing purposes.
refactor: Update sections index file to include ProgramsSection
- Modified index.tsx to export ProgramsSection alongside existing sections.
feat: Implement LazyImage component for optimized image loading
- Created LazyImage component with lazy loading, error handling, and blur placeholder support.
- Utilized framer-motion for loading animations.
feat: Add PerformanceMonitor component for real-time performance metrics
- Developed PerformanceMonitor to display web vitals and bundle performance metrics.
- Included toggle functionality for development mode.
feat: Create usePerformance hook for performance monitoring
- Implemented usePerformance hook to track web vitals such as FCP, LCP, FID, CLS, and TTFB.
- Added useBundlePerformance hook for monitoring bundle size and loading performance.
test: Set up testing utilities and mocks for components
- Established testing utilities for rendering components with context providers.
- Mocked common hooks and framer-motion components for consistent testing.
feat: Introduce bundleAnalyzer utility for analyzing bundle performance
- Created BundleAnalyzer class to analyze bundle size, suggest optimizations, and generate reports.
- Implemented helper functions for Vite integration and performance monitoring.
chore: Configure Vitest for testing environment and coverage
- Set up Vitest configuration with global variables, jsdom environment, and coverage thresholds.
2025-10-05 09:42:05 -07:00
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2025-10-05 08:59:50 -07:00
|
|
|
"@types/jest": "^30.0.0",
|
2025-10-05 19:41:51 -07:00
|
|
|
"@types/react": "^18.3.25",
|
|
|
|
|
"@types/react-dom": "^18.3.7",
|
feat: Add ProgramsSection component for comprehensive student support
- Implemented ProgramsSection with various support programs including School Supplies, Clothing Support, Emergency Assistance, Educational Technology, Mentorship Programs, and Family Support Services.
- Integrated framer-motion for animations and transitions.
- Added a call-to-action button for requesting program support.
test: Create unit tests for HeroSection component
- Developed tests for rendering, accessibility, and functionality of the HeroSection component using Vitest and Testing Library.
- Mocked framer-motion for testing purposes.
refactor: Update sections index file to include ProgramsSection
- Modified index.tsx to export ProgramsSection alongside existing sections.
feat: Implement LazyImage component for optimized image loading
- Created LazyImage component with lazy loading, error handling, and blur placeholder support.
- Utilized framer-motion for loading animations.
feat: Add PerformanceMonitor component for real-time performance metrics
- Developed PerformanceMonitor to display web vitals and bundle performance metrics.
- Included toggle functionality for development mode.
feat: Create usePerformance hook for performance monitoring
- Implemented usePerformance hook to track web vitals such as FCP, LCP, FID, CLS, and TTFB.
- Added useBundlePerformance hook for monitoring bundle size and loading performance.
test: Set up testing utilities and mocks for components
- Established testing utilities for rendering components with context providers.
- Mocked common hooks and framer-motion components for consistent testing.
feat: Introduce bundleAnalyzer utility for analyzing bundle performance
- Created BundleAnalyzer class to analyze bundle size, suggest optimizations, and generate reports.
- Implemented helper functions for Vite integration and performance monitoring.
chore: Configure Vitest for testing environment and coverage
- Set up Vitest configuration with global variables, jsdom environment, and coverage thresholds.
2025-10-05 09:42:05 -07:00
|
|
|
"@types/react-helmet-async": "^1.0.1",
|
2025-10-05 19:41:51 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
|
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.7.0",
|
feat: Add ProgramsSection component for comprehensive student support
- Implemented ProgramsSection with various support programs including School Supplies, Clothing Support, Emergency Assistance, Educational Technology, Mentorship Programs, and Family Support Services.
- Integrated framer-motion for animations and transitions.
- Added a call-to-action button for requesting program support.
test: Create unit tests for HeroSection component
- Developed tests for rendering, accessibility, and functionality of the HeroSection component using Vitest and Testing Library.
- Mocked framer-motion for testing purposes.
refactor: Update sections index file to include ProgramsSection
- Modified index.tsx to export ProgramsSection alongside existing sections.
feat: Implement LazyImage component for optimized image loading
- Created LazyImage component with lazy loading, error handling, and blur placeholder support.
- Utilized framer-motion for loading animations.
feat: Add PerformanceMonitor component for real-time performance metrics
- Developed PerformanceMonitor to display web vitals and bundle performance metrics.
- Included toggle functionality for development mode.
feat: Create usePerformance hook for performance monitoring
- Implemented usePerformance hook to track web vitals such as FCP, LCP, FID, CLS, and TTFB.
- Added useBundlePerformance hook for monitoring bundle size and loading performance.
test: Set up testing utilities and mocks for components
- Established testing utilities for rendering components with context providers.
- Mocked common hooks and framer-motion components for consistent testing.
feat: Introduce bundleAnalyzer utility for analyzing bundle performance
- Created BundleAnalyzer class to analyze bundle size, suggest optimizations, and generate reports.
- Implemented helper functions for Vite integration and performance monitoring.
chore: Configure Vitest for testing environment and coverage
- Set up Vitest configuration with global variables, jsdom environment, and coverage thresholds.
2025-10-05 09:42:05 -07:00
|
|
|
"@vitest/ui": "^3.2.4",
|
2025-10-04 18:11:14 -07:00
|
|
|
"autoprefixer": "^10.4.16",
|
2025-10-05 19:41:51 -07:00
|
|
|
"eslint": "^8.57.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
2025-10-04 18:11:14 -07:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
|
|
|
"gh-pages": "^6.0.0",
|
feat: Add ProgramsSection component for comprehensive student support
- Implemented ProgramsSection with various support programs including School Supplies, Clothing Support, Emergency Assistance, Educational Technology, Mentorship Programs, and Family Support Services.
- Integrated framer-motion for animations and transitions.
- Added a call-to-action button for requesting program support.
test: Create unit tests for HeroSection component
- Developed tests for rendering, accessibility, and functionality of the HeroSection component using Vitest and Testing Library.
- Mocked framer-motion for testing purposes.
refactor: Update sections index file to include ProgramsSection
- Modified index.tsx to export ProgramsSection alongside existing sections.
feat: Implement LazyImage component for optimized image loading
- Created LazyImage component with lazy loading, error handling, and blur placeholder support.
- Utilized framer-motion for loading animations.
feat: Add PerformanceMonitor component for real-time performance metrics
- Developed PerformanceMonitor to display web vitals and bundle performance metrics.
- Included toggle functionality for development mode.
feat: Create usePerformance hook for performance monitoring
- Implemented usePerformance hook to track web vitals such as FCP, LCP, FID, CLS, and TTFB.
- Added useBundlePerformance hook for monitoring bundle size and loading performance.
test: Set up testing utilities and mocks for components
- Established testing utilities for rendering components with context providers.
- Mocked common hooks and framer-motion components for consistent testing.
feat: Introduce bundleAnalyzer utility for analyzing bundle performance
- Created BundleAnalyzer class to analyze bundle size, suggest optimizations, and generate reports.
- Implemented helper functions for Vite integration and performance monitoring.
chore: Configure Vitest for testing environment and coverage
- Set up Vitest configuration with global variables, jsdom environment, and coverage thresholds.
2025-10-05 09:42:05 -07:00
|
|
|
"jsdom": "^27.0.0",
|
2025-10-04 18:11:14 -07:00
|
|
|
"postcss": "^8.4.31",
|
2025-10-05 08:59:50 -07:00
|
|
|
"react-helmet-async": "^2.0.5",
|
2025-10-05 19:41:51 -07:00
|
|
|
"tailwindcss": "^3.4.18",
|
2025-10-05 08:59:50 -07:00
|
|
|
"terser": "^5.44.0",
|
2025-10-05 19:41:51 -07:00
|
|
|
"typescript": "^5.6.3",
|
2025-10-05 08:59:50 -07:00
|
|
|
"vite": "^7.1.9",
|
feat: Add ProgramsSection component for comprehensive student support
- Implemented ProgramsSection with various support programs including School Supplies, Clothing Support, Emergency Assistance, Educational Technology, Mentorship Programs, and Family Support Services.
- Integrated framer-motion for animations and transitions.
- Added a call-to-action button for requesting program support.
test: Create unit tests for HeroSection component
- Developed tests for rendering, accessibility, and functionality of the HeroSection component using Vitest and Testing Library.
- Mocked framer-motion for testing purposes.
refactor: Update sections index file to include ProgramsSection
- Modified index.tsx to export ProgramsSection alongside existing sections.
feat: Implement LazyImage component for optimized image loading
- Created LazyImage component with lazy loading, error handling, and blur placeholder support.
- Utilized framer-motion for loading animations.
feat: Add PerformanceMonitor component for real-time performance metrics
- Developed PerformanceMonitor to display web vitals and bundle performance metrics.
- Included toggle functionality for development mode.
feat: Create usePerformance hook for performance monitoring
- Implemented usePerformance hook to track web vitals such as FCP, LCP, FID, CLS, and TTFB.
- Added useBundlePerformance hook for monitoring bundle size and loading performance.
test: Set up testing utilities and mocks for components
- Established testing utilities for rendering components with context providers.
- Mocked common hooks and framer-motion components for consistent testing.
feat: Introduce bundleAnalyzer utility for analyzing bundle performance
- Created BundleAnalyzer class to analyze bundle size, suggest optimizations, and generate reports.
- Implemented helper functions for Vite integration and performance monitoring.
chore: Configure Vitest for testing environment and coverage
- Set up Vitest configuration with global variables, jsdom environment, and coverage thresholds.
2025-10-05 09:42:05 -07:00
|
|
|
"vite-bundle-analyzer": "^1.2.3",
|
|
|
|
|
"vite-plugin-pwa": "^1.0.3",
|
|
|
|
|
"vitest": "^3.2.4"
|
2025-10-04 17:46:58 -07:00
|
|
|
}
|
2025-10-05 05:14:58 -07:00
|
|
|
}
|