Files
zhaoguiyang.site/package.json
joyzhao 8fbeec7dc8 feat(table-of-contents): implement scrollable TOC with radix-ui
- Add @radix-ui/react-scroll-area dependency
- Create scroll-area component with custom styling
- Refactor TOC layout to use scroll-area component
- Improve TOC styling and active state transitions
- Apply consistent TOC styling across blog and about layouts
2025-06-19 12:36:35 +08:00

42 lines
1.1 KiB
JSON

{
"name": "zhaoguiyang.site",
"type": "module",
"version": "0.0.1",
"description": "Modern portfolio template with animations and glassmorphism effects",
"author": "Joy Zhao",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rishikesh2003/my-portfolio"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"aos": "^2.3.4",
"astro": "^5.5.3",
"astro-i18next": "1.0.0-beta.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.5.0",
"lucide-react": "^0.483.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.14",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}