|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@emotion/react": "^11.14.0", |
13 | 12 | "@headlessui/react": "^2.2.0", |
14 | | - "@neutrixs/colorthief": "^2.5.0", |
15 | 13 | "airtable": "^0.12.2", |
16 | 14 | "axios": "^1.7.9", |
17 | 15 | "colorthief": "^2.6.0", |
18 | 16 | "emotion": "^11.0.0", |
19 | 17 | "extract-colors": "^4.1.1", |
20 | | - "lodash": "^4.17.21", |
21 | 18 | "lucide-react": "^0.523.0", |
22 | 19 | "markdown-to-jsx": "^7.7.2", |
23 | 20 | "motion": "^11.17.0", |
24 | | - "next": "15.2.6", |
| 21 | + "next": "^15.5.8", |
25 | 22 | "next-plausible": "^3.12.4", |
26 | | - "node-fetch": "^3.3.2", |
27 | | - "pngjs": "6.0.0", |
28 | 23 | "react": "^19.0.0", |
29 | 24 | "react-dom": "^19.0.0", |
30 | 25 | "react-icons": "^5.4.0", |
31 | 26 | "react-marquee-slider": "^1.1.5", |
32 | | - "react-multi-carousel": "^2.8.6", |
33 | | - "react-page-visibility": "^7.0.0", |
34 | | - "react-reveal": "^1.2.2", |
35 | | - "react-ticker": "^1.3.2", |
| 27 | + "react-multi-carousel": "^2.8.5", |
36 | 28 | "react-tooltip": "^5.28.1", |
37 | | - "react-use-measure": "^2.1.7", |
38 | 29 | "sharp": "^0.33.5", |
39 | 30 | "styled-components": "5.3.5", |
40 | | - "swr": "^2.3.3", |
41 | | - "tailwindcss-animate": "^1.0.7", |
42 | | - "yarn": "^1.22.22" |
| 31 | + "tailwindcss-animate": "^1.0.7" |
43 | 32 | }, |
44 | 33 | "devDependencies": { |
45 | 34 | "@eslint/eslintrc": "^3", |
46 | 35 | "@tailwindcss/typography": "^0.5.16", |
47 | | - "@types/get-pixels": "^3.3.4", |
48 | | - "@types/node": "^20", |
49 | 36 | "@types/react": "^19", |
50 | | - "@types/react-dom": "^19", |
51 | 37 | "@types/react-page-visibility": "^6.4.4", |
52 | | - "eslint": "^9", |
53 | | - "eslint-config-next": "15.1.3", |
54 | | - "postcss": "^8", |
55 | 38 | "tailwindcss": "^3.4.1", |
56 | 39 | "typescript": "^5" |
57 | 40 | }, |
|
0 commit comments