|
9 | 9 | "lint": "next lint"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@iconify-json/material-symbols": "^1.2.18", |
13 |
| - "@iconify-json/simple-icons": "^1.2.31", |
14 |
| - "@iconify/react": "^5.2.1", |
15 |
| - "@splidejs/react-splide": "^0.7.12", |
16 |
| - "@splidejs/splide-extension-video": "^0.8.0", |
17 |
| - "autoprefixer": "^10.4.21", |
| 12 | + "@iconify-json/material-symbols": "1.2.18", |
| 13 | + "@iconify-json/simple-icons": "1.2.31", |
| 14 | + "@iconify/react": "5.2.1", |
| 15 | + "@splidejs/react-splide": "0.7.12", |
| 16 | + "@splidejs/splide-extension-video": "0.8.0", |
| 17 | + "autoprefixer": "10.4.21", |
18 | 18 | "next": "15.3.0",
|
19 |
| - "postcss": "^8.5.3", |
20 |
| - "react": "^19.1.0", |
21 |
| - "react-dom": "^19.1.0", |
22 |
| - "react-markdown": "^10.1.0", |
23 |
| - "tailwindcss": "^4.1.3" |
| 19 | + "postcss": "8.5.3", |
| 20 | + "react": "19.1.0", |
| 21 | + "react-dom": "19.1.0", |
| 22 | + "react-markdown": "10.1.0", |
| 23 | + "tailwindcss": "4.1.3" |
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@tailwindcss/postcss": "^4.1.3", |
27 |
| - "@types/node": "^22.14.0", |
28 |
| - "@types/react": "^19.1.0", |
29 |
| - "@types/react-dom": "^19.1.2", |
30 |
| - "prettier": "^3.5.3", |
31 |
| - "prettier-plugin-tailwindcss": "^0.6.11", |
32 |
| - "typescript": "^5.8.3" |
| 26 | + "@tailwindcss/postcss": "4.1.3", |
| 27 | + "@types/node": "22.14.0", |
| 28 | + "@types/react": "19.1.0", |
| 29 | + "@types/react-dom": "19.1.2", |
| 30 | + "prettier": "3.5.3", |
| 31 | + "prettier-plugin-tailwindcss": "0.6.11", |
| 32 | + "typescript": "5.8.3" |
33 | 33 | }
|
34 | 34 | }
|
0 commit comments