Newer
Older
taehui / qwilight-fe / package.json
@Taehui Taehui on 17 Mar 1 KB 2024-03-17 오후 2:12
{
  "name": "qwilight-fe",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "deploy": "qwilight-fe.cmd"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.28.0",
    "axios": "^1.6.7",
    "bootstrap": "^5.3.3",
    "chart.js": "^4.4.2",
    "crypto-js": "^4.2.0",
    "dompurify": "^3.0.9",
    "google-protobuf": "^3.21.2",
    "isomorphic-dompurify": "^2.4.0",
    "mobx": "^6.12.0",
    "mobx-react-lite": "^4.0.6",
    "next": "^14.1.3",
    "next-intl": "^3.9.5",
    "react": "^18.2.0",
    "react-contexify": "^6.0.0",
    "react-dom": "^18.2.0",
    "react-spinners": "^0.13.8",
    "react-toastify": "^10.0.4",
    "reactstrap": "^9.2.2",
    "sharp": "^0.33.2",
    "sweetalert2": "^11.10.6",
    "taehui-ts": "workspace:^"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/dompurify": "^3.0.5",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.27",
    "@types/react": "^18.2.65",
    "@types/react-dom": "^18.2.22",
    "eslint-config-next": "^14.1.3",
    "typescript": "^5.4.2"
  }
}