Newer
Older
taehui / package.json
@taehui taehui 12 days ago 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.4",
    "turbo": "^2.1.3",
    "typescript": "^5.6.3"
  },
  "packageManager": "pnpm@9.12.1"
}