a22739aa7d
- 添加 Pinia 作为状态管理工具,创建用户 store 管理登录状态 - 重构首页动画逻辑,使用 CSS sticky 替代 ScrollTrigger 实现更流畅的滚动效果 - 优化首屏加载和动画播放流程,修复热更新时的样式残留问题 - 添加演示用户数据并展示在页面属性中
28 lines
580 B
JSON
28 lines
580 B
JSON
{
|
|
"name": "arcticnewone",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/hints": "1.0.3",
|
|
"@nuxt/icon": "2.2.1",
|
|
"@nuxtjs/i18n": "10.3.0",
|
|
"@pinia/nuxt": "0.11.3",
|
|
"gsap": "^3.15.0",
|
|
"lenis": "^1.3.23",
|
|
"nuxt": "^4.4.2",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "6.14.0"
|
|
}
|
|
}
|