Newer
Older
taehui / package.json
@Taehui Taehui on 25 Feb 570 bytes v1.0.0
{
  "name": "taehui",
  "version": "1.0.0",
  "private": true,
  "workspaces": [
    "taehui-fe",
    "taehui-ts",
    "taehui-www",
    "qwilight-fe"
  ],
  "scripts": {
    "start": "turbo start",
    "start:taehui-www": "pnpm --filter taehui-www start",
    "build": "turbo build",
    "build:taehui-ts": "pnpm --filter taehui-ts build",
    "deploy": "turbo deploy && taehui.cmd"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.2.5",
    "sass": "^1.71.1",
    "typescript": "^5.3.3"
  },
  "resolutions": {
    "formidable": "^3.2.5"
  }
}