|
13 | 13 | "preview": "vite preview" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
| 16 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 17 | + "@fortawesome/free-brands-svg-icons": "^6.5.2", |
| 18 | + "@fortawesome/free-regular-svg-icons": "^6.5.2", |
| 19 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 20 | + "@fortawesome/react-fontawesome": "^0.2.2", |
16 | 21 | "@ngneat/falso": "^7.2.0", |
| 22 | + "@radix-ui/react-accordion": "^1.1.2", |
| 23 | + "@radix-ui/react-checkbox": "^1.0.4", |
| 24 | + "@radix-ui/react-label": "^2.0.2", |
| 25 | + "@radix-ui/react-popover": "^1.0.7", |
| 26 | + "@radix-ui/react-radio-group": "^1.1.3", |
| 27 | + "@radix-ui/react-slot": "^1.0.2", |
| 28 | + "@radix-ui/react-switch": "^1.0.3", |
| 29 | + "class-variance-authority": "^0.7.0", |
| 30 | + "clsx": "^2.1.1", |
| 31 | + "country-flag-icons": "^1.5.12", |
17 | 32 | "lodash": "^4.17.21", |
| 33 | + "lucide-react": "^0.395.0", |
18 | 34 | "react": "^18.2.0", |
19 | 35 | "react-dom": "^18.2.0", |
20 | 36 | "react-fluid-table": "link:..", |
21 | 37 | "react-router-dom": "^6.23.1", |
22 | 38 | "react-syntax-highlighter": "^15.5.0", |
23 | | - "semantic-ui-css": "^2.5.0", |
24 | | - "semantic-ui-react": "^2.1.5", |
25 | | - "styled-components": "^6.1.11" |
| 39 | + "tailwind-merge": "^2.3.0", |
| 40 | + "tailwindcss-animate": "^1.0.7" |
26 | 41 | }, |
27 | 42 | "devDependencies": { |
28 | 43 | "@types/lodash": "^4.17.4", |
| 44 | + "@types/node": "^20.14.2", |
29 | 45 | "@types/react": "^18.2.15", |
30 | 46 | "@types/react-dom": "^18.2.7", |
31 | 47 | "@types/react-syntax-highlighter": "^15.5.13", |
32 | 48 | "@typescript-eslint/eslint-plugin": "^6.0.0", |
33 | 49 | "@typescript-eslint/parser": "^6.0.0", |
34 | 50 | "@vitejs/plugin-react": "^4.3.0", |
| 51 | + "autoprefixer": "^10.4.19", |
35 | 52 | "eslint": "^8.57.0", |
36 | | - "eslint-plugin-react-hooks": "^4.6.2", |
37 | | - "eslint-plugin-react-refresh": "^0.4.7", |
| 53 | + "eslint-config-prettier": "^9.1.0", |
| 54 | + "postcss": "^8.4.38", |
| 55 | + "prettier": "^3.3.2", |
| 56 | + "prettier-plugin-tailwindcss": "^0.6.4", |
| 57 | + "tailwindcss": "^3.4.4", |
38 | 58 | "typescript": "^5.4.5", |
39 | | - "vite": "^5.2.11" |
| 59 | + "vite": "^5.3.1" |
40 | 60 | }, |
41 | 61 | "volta": { |
42 | 62 | "node": "18.17.0", |
|
0 commit comments