Files
arcticnewone/package.json
T
陈春 c9cf644ac5 chore: 添加构建推送脚本并更新项目配置
- 添加 build-and-push.sh 脚本用于自动化构建和推送 Docker 镜像
- 更新 .dockerignore 排除 pnpm-workspace.yaml
- 更新项目依赖和配置文件
2026-06-03 17:19:14 +08:00

30 lines
659 B
JSON
Executable File

{
"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"
}
}