|
6 | 6 | "dev": "next dev", |
7 | 7 | "build": "next build", |
8 | 8 | "start": "next start", |
9 | | - "lint": "next lint" |
| 9 | + "lint": "next lint", |
| 10 | + "format": "prettier --write .", |
| 11 | + "format:check": "prettier --check ." |
10 | 12 | }, |
11 | 13 | "dependencies": { |
12 | 14 | "@heroicons/react": "^2.2.0", |
13 | | - "@heroui/scroll-shadow": "^2.3.6", |
14 | | - "@heroui/system": "^2.4.7", |
15 | | - "@heroui/theme": "^2.4.6", |
| 15 | + "@heroui/scroll-shadow": "^2.3.19", |
| 16 | + "@heroui/system": "^2.4.25", |
| 17 | + "@heroui/theme": "^2.4.25", |
16 | 18 | "@nextui-org/react": "^2.6.11", |
17 | | - "@react-google-maps/api": "^2.20.7", |
| 19 | + "@react-google-maps/api": "^2.20.8", |
18 | 20 | "@splidejs/react-splide": "^0.7.12", |
19 | 21 | "@splidejs/splide": "^4.1.4", |
20 | 22 | "@splidejs/splide-extension-auto-scroll": "^0.5.3", |
21 | 23 | "@studio-freight/lenis": "^1.0.42", |
22 | | - "axios": "^1.7.9", |
23 | | - "framer-motion": "^11.16.1", |
24 | | - "gsap": "^3.12.7", |
| 24 | + "axios": "1.13.2", |
| 25 | + "framer-motion": "^12.24.7", |
| 26 | + "gsap": "^3.14.2", |
25 | 27 | "hangul-js": "^0.2.6", |
26 | | - "lucide-react": "^0.507.0", |
27 | | - "next": ">=15.2.3", |
28 | | - "react": "^18.2.0", |
29 | | - "react-dom": "^18.2.0", |
30 | | - "react-error-boundary": "^6.0.0", |
| 28 | + "lucide-react": "^0.562.0", |
| 29 | + "next": "15.5.9", |
| 30 | + "react": "18.3.1", |
| 31 | + "react-dom": "18.3.1", |
| 32 | + "react-error-boundary": "^6.0.2", |
31 | 33 | "react-icons": "^5.4.0", |
32 | 34 | "react-markdown": "^10.1.0", |
33 | | - "recharts": "^3.1.2", |
| 35 | + "recharts": "^3.6.0", |
34 | 36 | "remark-breaks": "^4.0.0", |
35 | 37 | "remark-gfm": "^4.0.1", |
36 | 38 | "type-hangul": "^0.2.4" |
37 | 39 | }, |
38 | 40 | "devDependencies": { |
| 41 | + "@tailwindcss/postcss": "^4.1.18", |
39 | 42 | "@types/node": "22.15.21", |
40 | | - "@types/react": "19.1.5", |
| 43 | + "@types/react": "^18.2.0", |
41 | 44 | "eslint": "^8", |
42 | | - "eslint-config-next": "15.0.2", |
| 45 | + "eslint-config-prettier": "^9.1.0", |
| 46 | + "eslint-config-next": "15.5.9", |
| 47 | + "eslint-plugin-react": "^7.37.5", |
43 | 48 | "postcss": "^8", |
44 | | - "tailwindcss": "^3.4.1", |
45 | | - "typescript": "^5.8.3" |
| 49 | + "prettier": "^3.5.1", |
| 50 | + "tailwindcss": "^4.1.18", |
| 51 | + "typescript": "^5.9.3" |
| 52 | + }, |
| 53 | + "overrides": { |
| 54 | + "brace-expansion": "^2.0.2", |
| 55 | + "form-data": "^4.0.4", |
| 56 | + "glob": "^10.5.0", |
| 57 | + "mdast-util-to-hast": "^13.2.1" |
46 | 58 | } |
47 | 59 | } |
0 commit comments