| { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "yarn tsc -b && yarn vite build", | |
| "lint": "eslint .", | |
| "preview": "yarn vite preview" | |
| }, | |
| "dependencies": { | |
| "@emotion/react": "latest", | |
| "@emotion/styled": "latest", | |
| "@mui/icons-material": "^6.4.1", | |
| "@mui/material": "^6.4.1", | |
| "@mui/styled-engine-sc": "^6.4.0", | |
| "axios": "^1.7.9", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-markdown": "^9.0.3", | |
| "react-router-dom": "^7.1.3", | |
| "remark-gfm": "^4.0.0", | |
| "vite": "^6.0.5" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.17.0", | |
| "@types/axios": "^0.14.4", | |
| "@types/react": "^18.3.18", | |
| "@types/react-dom": "^18.3.5", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "eslint": "^9.17.0", | |
| "eslint-config-prettier": "^9.1.0", | |
| "eslint-plugin-import": "^2.31.0", | |
| "eslint-plugin-prettier": "^5.2.1", | |
| "eslint-plugin-react-hooks": "^5.0.0", | |
| "eslint-plugin-react-refresh": "^0.4.16", | |
| "globals": "^15.14.0", | |
| "prettier": "^3.4.2", | |
| "prettier-eslint": "^16.3.0", | |
| "typescript": "~5.6.2", | |
| "typescript-eslint": "^8.18.2" | |
| }, | |
| "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728" | |
| } | |