Skip to content

Commit 2197538

Browse files
committed
feat: add radix-ui deps
1 parent 764c523 commit 2197538

File tree

5 files changed

+762
-147
lines changed

5 files changed

+762
-147
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,27 @@
1919
"dependencies": {
2020
"@headlessui/react": "^1.7.13",
2121
"@icon-park/react": "^1.4.2",
22+
"@radix-ui/react-popover": "^1.0.6",
23+
"@radix-ui/react-slot": "^1.0.2",
24+
"class-variance-authority": "^0.6.0",
25+
"date-fns": "^2.30.0",
2226
"echarts": "^5.4.2",
2327
"framer-motion": "^10.9.1",
2428
"js-yaml": "^4.1.0",
29+
"lucide-react": "^0.241.0",
2530
"md5": "2.3.0",
2631
"ofetch": "^1.0.1",
2732
"react": "18.2.0",
33+
"react-day-picker": "^8.7.1",
2834
"react-dom": "18.2.0",
2935
"react-hook-dialog": "^1.2.1",
3036
"react-message-popup": "1.1.1",
3137
"react-router-dom": "6.9.0",
3238
"react-use": "17.4.0",
3339
"sonner": "^0.3.0",
3440
"swr": "^2.1.3",
41+
"tailwind-merge": "^1.13.1",
42+
"tailwindcss-animate": "^1.0.6",
3543
"valtio": "^1.10.3",
3644
"vditor": "^3.9.1"
3745
},

0 commit comments

Comments
 (0)