| { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview", | |
| "test": "vitest run" | |
| }, | |
| "dependencies": { | |
| "daisyui": "^5.5.18", | |
| "react": "^19.2.0", | |
| "react-dom": "^19.2.0", | |
| "react-markdown": "^10.1.0", | |
| "remark-gfm": "^4.0.1" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.1", | |
| "@tailwindcss/postcss": "^4.1.18", | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.2", | |
| "@testing-library/user-event": "^14.6.1", | |
| "@types/react": "^19.2.7", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^5.1.1", | |
| "@vitest/coverage-v8": "^4.0.18", | |
| "autoprefixer": "^10.4.24", | |
| "eslint": "^9.39.1", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.4.24", | |
| "globals": "^16.5.0", | |
| "happy-dom": "^18.0.1", | |
| "postcss": "^8.5.6", | |
| "tailwindcss": "^4.1.18", | |
| "vite": "^7.3.1", | |
| "vitest": "^4.0.18" | |
| } | |
| } | |