|
1 | 1 | {
|
2 | 2 | "name": "@kftray/ui",
|
3 |
| - "version": "0.14.9", |
| 3 | + "version": "0.15.0", |
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
|
14 | 14 | "taze:minor": "taze minor -w"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@chakra-ui/icons": "^2.1.1", |
18 |
| - "@chakra-ui/react": "^2.8.2", |
19 |
| - "@emotion/styled": "^11.13.0", |
| 17 | + "@chakra-ui/react": "^3.1.1", |
| 18 | + "@chakra-ui/theme-tools": "^2.2.7", |
| 19 | + "@emotion/react": "^11.13.3", |
20 | 20 | "@fortawesome/fontawesome-svg-core": "^6.6.0",
|
21 | 21 | "@fortawesome/free-solid-svg-icons": "^6.6.0",
|
22 | 22 | "@fortawesome/react-fontawesome": "^0.2.2",
|
23 | 23 | "@vitejs/plugin-react-swc": "^3.7.0",
|
24 |
| - "framer-motion": "^11.9.0", |
| 24 | + "lodash": "^4.17", |
| 25 | + "@types/lodash": "^4.17", |
| 26 | + "lucide-react": "^0.456.0", |
| 27 | + "next-themes": "^0.4.3", |
25 | 28 | "react": "^18.3.1",
|
26 | 29 | "react-dom": "^18.3.1",
|
27 | 30 | "react-icons": "^5.3.0",
|
|
35 | 38 | "@types/node": "^22.7.4",
|
36 | 39 | "@types/react": "^18.3.10",
|
37 | 40 | "@types/react-dom": "^18.3.0",
|
38 |
| - "@typescript-eslint/eslint-plugin": "^8.7.0", |
39 |
| - "@typescript-eslint/parser": "^8.7.0", |
40 |
| - "@typescript-eslint/typescript-estree": "^8.11.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 42 | + "@typescript-eslint/parser": "^8.14.0", |
| 43 | + "@typescript-eslint/typescript-estree": "^8.14.0", |
41 | 44 | "core-js": "^3.38.1",
|
42 | 45 | "eslint": "^9.11.1",
|
43 | 46 | "eslint-config-prettier": "^9.1.0",
|
|
50 | 53 | "react-query": "^3.39.3",
|
51 | 54 | "react-refresh": "^0.14.2",
|
52 | 55 | "typescript": "5.6.3",
|
53 |
| - "vite": "^5.4.8" |
| 56 | + "vite": "^5.4.11", |
| 57 | + "vite-tsconfig-paths": "^5.1.2" |
54 | 58 | }
|
55 | 59 | }
|
0 commit comments