Newer
Older
taehui / package.json
@taehui taehui on 21 Sep 548 bytes v1.0.0
{
  "name": "taehui",
  "version": "1.0.0",
  "private": true,
  "workspaces": [
    "qwilight-fe",
    "taehui-fe",
    "taehui-lib"
  ],
  "scripts": {
    "dev": "turbo dev",
    "build": "turbo build",
    "build:taehui-lib": "pnpm --filter taehui-lib build",
    "pm2": "turbo pm2",
    "stop": "turbo stop",
    "deploy": "powershell .\\taehui.ps1"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.3.3",
    "sass": "^1.79.3",
    "turbo": "^2.1.2",
    "typescript": "^5.6.2"
  },
  "packageManager": "pnpm@9.11.0"
}