Files
arcticnewone/package.json
T
virtheart fc52afda99 feat: 初始化Arctic New One项目基础架构
添加项目基础文件结构,包括:
- 国际化多语言支持
- Tailwind CSS配置
- 自定义布局组件
- 平滑滚动和动画效果
- 自定义光标交互
- 错误页面处理
2026-04-26 19:03:48 +08:00

27 lines
557 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",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "6.14.0"
}
}