Newer
Older
taehui / package.json
@Taehui Taehui on 18 Mar 508 bytes 2024-03-18 오전 9:54
{
  "name": "taehui",
  "version": "1.0.0",
  "private": true,
  "workspaces": [
    "taehui-fe",
    "taehui-ts",
    "qwilight-fe"
  ],
  "scripts": {
    "dev": "turbo dev",
    "build": "turbo build",
    "build:taehui-ts": "pnpm --filter taehui-ts build",
    "pm2": "turbo pm2",
    "stop": "turbo stop",
    "deploy": "taehui.cmd"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.2.5",
    "sass": "^1.72.0",
    "typescript": "^5.4.2"
  },
  "packageManager": "pnpm@8.15.4"
}