Newer
Older
taehui / taehui-fe / package.json
@taehui taehui on 14 Aug 1 KB v1.0.0
{
  "name": "taehui-fe",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "pm2": "pm2 start",
    "stop": "pm2 stop taehui-fe"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.51.23",
    "axios": "^1.7.4",
    "bootstrap": "^5.3.3",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.12",
    "dompurify": "^3.1.6",
    "htmlparser2": "^9.1.0",
    "isomorphic-dompurify": "^2.14.0",
    "mariadb": "^3.3.1",
    "mobx": "^6.13.1",
    "mobx-react-lite": "^4.0.7",
    "next": "^14.2.5",
    "next-intl": "^3.17.2",
    "react": "^18.3.1",
    "react-bootstrap": "^2.10.4",
    "react-bootstrap-icons": "^1.11.4",
    "react-contexify": "^6.0.0",
    "react-dom": "^18.3.1",
    "react-infinite-scroll-component": "^6.1.0",
    "react-textarea-autosize": "^8.5.3",
    "react-toastify": "^10.0.5",
    "redis": "^4.7.0",
    "sweetalert2": "^11.12.4",
    "taehui-lib": "workspace:^",
    "uuid": "^10.0.0",
    "winston": "^3.14.1",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/dompurify": "^3.0.5",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.2.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/showdown": "^2.0.6",
    "@types/uuid": "^10.0.0",
    "eslint-config-next": "^14.2.5",
    "typescript": "^5.5.4"
  }
}