practice_code/web/graduation/package.json
2025-03-23 01:42:26 +08:00

24 lines
529 B
JSON

{
"name": "graduation",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@studio-freight/lenis": "^1.0.42",
"@tailwindcss/vite": "^4.0.15",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"aceternity-ui": "^0.2.2",
"astro": "^5.5.3",
"framer-motion": "^12.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.15"
}
}