|
15 | 15 | "upgrade:dry": "npx @strapi/upgrade latest --dry" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
| 18 | + "@radix-ui/react-avatar": "^1.1.11", |
| 19 | + "@radix-ui/react-label": "^2.1.8", |
| 20 | + "@radix-ui/react-select": "^2.2.6", |
| 21 | + "@radix-ui/react-separator": "^1.1.8", |
| 22 | + "@radix-ui/react-slot": "^1.2.4", |
18 | 23 | "@strapi/design-system": "^2.1.2", |
19 | 24 | "@strapi/icons": "^2.1.2", |
20 | 25 | "@strapi/plugin-cloud": "5.33.2", |
21 | 26 | "@strapi/plugin-documentation": "^5.33.2", |
22 | 27 | "@strapi/plugin-users-permissions": "5.33.2", |
23 | 28 | "@strapi/strapi": "5.33.2", |
| 29 | + "@tailwindcss/postcss": "^4.1.18", |
| 30 | + "autoprefixer": "^10.4.23", |
| 31 | + "chart.js": "^4.5.1", |
| 32 | + "class-variance-authority": "^0.7.1", |
| 33 | + "clsx": "^2.1.1", |
| 34 | + "lucide-react": "^0.562.0", |
24 | 35 | "mysql2": "3.9.8", |
| 36 | + "postcss": "^8.5.6", |
25 | 37 | "react": "^18.3.1", |
26 | 38 | "react-chartjs-2": "^5.3.1", |
27 | 39 | "react-dom": "^18.3.1", |
28 | 40 | "react-router-dom": "^6.0.0", |
29 | | - "styled-components": "^6.3.6" |
| 41 | + "styled-components": "^6.3.6", |
| 42 | + "tailwind-merge": "^3.4.0", |
| 43 | + "tailwindcss": "^4.1.18" |
30 | 44 | }, |
31 | 45 | "devDependencies": { |
32 | 46 | "@types/node": "^20", |
|
0 commit comments