|
| 1 | +{ |
| 2 | + "name": "frontend", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "lint": "eslint .", |
| 10 | + "preview": "vite preview", |
| 11 | + "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", |
| 12 | + "format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@emotion/react": "^11.14.0", |
| 16 | + "@emotion/styled": "^11.14.0", |
| 17 | + "@mdx-js/mdx": "^3.1.0", |
| 18 | + "@mdx-js/react": "^3.1.0", |
| 19 | + "@mdx-js/rollup": "^3.1.0", |
| 20 | + "@mui/material": "^7.0.2", |
| 21 | + "@tanstack/react-query": "^5.72.2", |
| 22 | + "eslint-plugin-import": "^2.31.0", |
| 23 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 24 | + "react": "^19.0.0", |
| 25 | + "react-dom": "^19.0.0" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "@eslint/js": "^9.21.0", |
| 29 | + "@types/react": "^19.0.10", |
| 30 | + "@types/react-dom": "^19.0.4", |
| 31 | + "@typescript-eslint/parser": "^8.29.1", |
| 32 | + "@vitejs/plugin-react": "^4.3.4", |
| 33 | + "eslint": "^9.21.0", |
| 34 | + "eslint-config-prettier": "^10.1.2", |
| 35 | + "eslint-plugin-prettier": "^5.2.6", |
| 36 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 37 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 38 | + "globals": "^15.15.0", |
| 39 | + "prettier": "^3.5.3", |
| 40 | + "typescript": "~5.7.2", |
| 41 | + "typescript-eslint": "^8.24.1", |
| 42 | + "vite": "^6.2.0", |
| 43 | + "vite-plugin-mdx": "^3.6.1" |
| 44 | + } |
| 45 | +} |
0 commit comments