Newer
Older
taehui / qwilight-fe / package.json
@taehui taehui 28 days ago 1 KB v1.0.0
{
  "name": "qwilight-fe",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "start": "next start -p 3001",
    "lint": "next lint"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.56.2",
    "axios": "^1.7.7",
    "bootstrap": "^5.3.3",
    "chart.js": "^4.4.4",
    "crypto-js": "^4.2.0",
    "dompurify": "^3.1.6",
    "google-protobuf": "^3.21.4",
    "isomorphic-dompurify": "^2.15.0",
    "mobx": "^6.13.2",
    "mobx-react-lite": "^4.0.7",
    "next": "^14.2.13",
    "next-intl": "^3.19.4",
    "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-spinners": "^0.14.1",
    "react-toastify": "^10.0.5",
    "sharp": "^0.33.5",
    "sweetalert2": "^11.14.1",
    "taehui-lib": "workspace:^",
    "urlcat": "^3.1.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/dompurify": "^3.0.5",
    "@types/jest": "^29.5.13",
    "@types/node": "^22.5.5",
    "@types/react": "^18.3.8",
    "@types/react-dom": "^18.3.0",
    "eslint-config-next": "^14.2.13",
    "typescript": "^5.6.2"
  }
}