2025-03-23 01:42:26 +08:00
|
|
|
{
|
|
|
|
"name": "graduation",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-04-10 22:51:22 +08:00
|
|
|
"@astrojs/react": "^4.2.3",
|
2025-03-23 01:42:26 +08:00
|
|
|
"@studio-freight/lenis": "^1.0.42",
|
|
|
|
"@tailwindcss/vite": "^4.0.15",
|
2025-04-10 22:51:22 +08:00
|
|
|
"@types/react": "^19.1.0",
|
|
|
|
"@types/react-dom": "^19.1.2",
|
2025-03-23 01:42:26 +08:00
|
|
|
"aceternity-ui": "^0.2.2",
|
|
|
|
"astro": "^5.5.3",
|
2025-04-10 22:51:22 +08:00
|
|
|
"echarts": "^5.6.0",
|
2025-03-23 01:42:26 +08:00
|
|
|
"framer-motion": "^12.5.0",
|
2025-04-10 22:51:22 +08:00
|
|
|
"react": "^19.1.0",
|
|
|
|
"react-dom": "^19.1.0",
|
2025-03-23 01:42:26 +08:00
|
|
|
"tailwindcss": "^4.0.15"
|
|
|
|
}
|
|
|
|
}
|