b19c42989d
- 搬入 framer-motion,复刻参考项目登录体验 - AICoreEffect:点芯片启动神经链接进度,S-core 数据流点亮,100% 解锁 - AIBanner:青色数据流 + 紫色神经网络背景 - LoginCharacters:四只卡通角色,眼睛跟随鼠标,输密码时遮眼/偷看 - 表单去掉验证码,接现有 login api;账号密码 + 密码显示切换 - 品牌名换 sundynix admin,登录按钮用青蓝渐变 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
36 lines
845 B
JSON
36 lines
845 B
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.42.2",
|
|
"lucide-react": "^1.24.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.18.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.3",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"oxlint": "^1.71.0",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1"
|
|
}
|
|
}
|