|
21 | 21 | "storybook": "storybook dev -p 6006", |
22 | 22 | "build-storybook": "storybook build", |
23 | 23 | "test": "jest --coverage=false --watchAll=false", |
24 | | - "prepare": "husky install" |
| 24 | + "prepare": "husky" |
25 | 25 | }, |
26 | 26 | "lint-staged": { |
27 | 27 | "**/*.{ts,tsx,mdx}": [ |
|
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | 33 | "@radix-ui/react-popover": "^1.1.6", |
| 34 | + "@radix-ui/react-progress": "^1.1.2", |
34 | 35 | "@radix-ui/react-slot": "^1.1.1", |
35 | 36 | "@tanstack/react-query": "^5.65.0", |
36 | 37 | "axios": "^1.7.9", |
37 | 38 | "class-variance-authority": "^0.7.1", |
38 | 39 | "clsx": "^2.1.1", |
| 40 | + "date-fns": "^4.1.0", |
39 | 41 | "es-toolkit": "^1.31.0", |
40 | 42 | "lucide-react": "^0.473.0", |
41 | 43 | "react": "^18.3.1", |
| 44 | + "react-calendar": "^5.1.0", |
42 | 45 | "react-dom": "^18.3.1", |
43 | 46 | "react-error-boundary": "^5.0.0", |
44 | 47 | "react-helmet-async": "^2.0.5", |
|
70 | 73 | "@typescript-eslint/parser": "^7.18.0", |
71 | 74 | "@vitejs/plugin-react-swc": "^3.7.2", |
72 | 75 | "autoprefixer": "^10.4.20", |
| 76 | + "class-variance-authority": "^0.7.1", |
| 77 | + "clsx": "^2.1.1", |
73 | 78 | "cssnano": "^7.0.6", |
| 79 | + "es-toolkit": "^1.32.0", |
74 | 80 | "eslint": "^8.57.0", |
75 | 81 | "eslint-config-prettier": "^9.1.0", |
76 | 82 | "eslint-config-react-app": "^7.0.1", |
|
0 commit comments