Files
arcticnewone/package.json
T
virtheart dee222648d feat: 添加图标库依赖并优化首页按钮动画
添加@iconify-json/ph图标库依赖
在nuxt.config.ts中配置vite优化依赖
更新社交媒体图标为ph:x-logo
实现首页"Talk"按钮的悬停动画效果
2026-04-28 14:40:14 +08:00

30 lines
659 B
JSON

{
"name": "arcticnewone",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"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": {
"@iconify-json/ph": "1.2.2",
"@nuxtjs/tailwindcss": "6.14.0"
}
}