| 1234567891011121314151617181920212223242526 |
- {
- "name": "church-acoustic-suite",
- "version": "1.0.0",
- "description": "Acoustic analysis tool for PBCC Universal Hall — MS6 ceiling speaker system with REW and LLM integration",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview",
- "test": "vitest",
- "test:run": "vitest run",
- "test:ui": "vitest --ui",
- "test:coverage": "vitest run --coverage"
- },
- "dependencies": {
- "react": "^18.3.1",
- "react-dom": "^18.3.1"
- },
- "devDependencies": {
- "@vitejs/plugin-react": "^4.3.1",
- "@vitest/coverage-v8": "^2.1.4",
- "@vitest/ui": "^2.1.4",
- "vite": "^5.4.10",
- "vitest": "^2.1.4"
- }
- }
|