|
38 | 38 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
39 | 39 | "semantic-release": "semantic-release" |
40 | 40 | }, |
41 | | - "dependencies": { |
| 41 | + "peerDependencies": { |
42 | 42 | "react": "^18.3.1", |
43 | 43 | "react-dom": "^18.3.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@eslint/js": "^9.11.1", |
47 | | - "@types/node": "^22.7.5", |
48 | | - "@types/react": "^18.3.10", |
49 | | - "@types/react-dom": "^18.3.0", |
50 | | - "@vitejs/plugin-react": "^4.3.2", |
51 | | - "eslint": "^9.11.1", |
52 | | - "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
53 | | - "eslint-plugin-react-refresh": "^0.4.12", |
54 | | - "globals": "^15.9.0", |
| 46 | + "@eslint/js": "^9.19.0", |
| 47 | + "@radix-ui/react-label": "^2.1.2", |
| 48 | + "@radix-ui/react-popover": "^1.1.6", |
| 49 | + "@radix-ui/react-scroll-area": "^1.2.3", |
| 50 | + "@radix-ui/react-select": "^2.1.6", |
| 51 | + "@radix-ui/react-separator": "^1.1.2", |
| 52 | + "@radix-ui/react-slider": "^1.2.3", |
| 53 | + "@radix-ui/react-slot": "^1.1.2", |
| 54 | + "@radix-ui/react-switch": "^1.1.3", |
| 55 | + "@radix-ui/react-tabs": "^1.1.3", |
| 56 | + "@types/node": "^22.13.1", |
| 57 | + "@types/react": "^18.3.18", |
| 58 | + "@types/react-dom": "^18.3.5", |
| 59 | + "@vitejs/plugin-react": "^4.3.4", |
| 60 | + "autoprefixer": "^10.4.20", |
| 61 | + "class-variance-authority": "^0.7.1", |
| 62 | + "clsx": "^2.1.1", |
| 63 | + "eslint": "^9.19.0", |
| 64 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 65 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 66 | + "globals": "^15.14.0", |
| 67 | + "lucide-react": "^0.475.0", |
| 68 | + "postcss": "^8.5.1", |
| 69 | + "react-colorful": "^5.6.1", |
55 | 70 | "rimraf": "^6.0.1", |
56 | | - "semantic-release": "^24.1.2", |
57 | | - "typescript": "^5.5.3", |
58 | | - "typescript-eslint": "^8.7.0", |
59 | | - "vite": "^5.4.8", |
60 | | - "vite-plugin-dts": "^4.2.4", |
| 71 | + "semantic-release": "^24.2.1", |
| 72 | + "tailwind-merge": "^3.0.1", |
| 73 | + "tailwindcss": "3", |
| 74 | + "tailwindcss-animate": "^1.0.7", |
| 75 | + "typescript": "^5.7.3", |
| 76 | + "typescript-eslint": "^8.23.0", |
| 77 | + "vaul": "^1.1.2", |
| 78 | + "vite": "^6.1.0", |
| 79 | + "vite-plugin-dts": "^4.5.0", |
61 | 80 | "vite-plugin-lib-inject-css": "^2.2.1", |
62 | | - "vite-tsconfig-paths": "^5.0.1" |
| 81 | + "vite-tsconfig-paths": "^5.1.4" |
63 | 82 | }, |
64 | 83 | "keywords": [ |
65 | 84 | "react", |
|
0 commit comments