{
  "name": "@xcpcio/resolver-app",
  "version": "0.52.1",
  "description": "XCPCIO Resolver App",
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/xcpcio/xcpcio",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xcpcio/xcpcio.git"
  },
  "bugs": {
    "url": "https://github.com/xcpcio/xcpcio/issues"
  },
  "keywords": [
    "ICPC",
    "CCPC",
    "Resolver"
  ],
  "files": [
    "src",
    "public",
    "./*.json",
    "./*.{js,ts}",
    ".next",
    "!.next/cache"
  ],
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@radix-ui/react-alert-dialog": "^1.0.4",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-toast": "^1.1.4",
    "@radix-ui/react-tooltip": "^1.0.6",
    "@types/node": "20.4.1",
    "autoprefixer": "10.4.14",
    "class-variance-authority": "^0.6.1",
    "clsx": "^1.2.1",
    "eslint": "8.44.0",
    "immer": "^10.0.2",
    "lodash": "^4.17.21",
    "lucide-react": "^0.259.0",
    "next": "13.4.9",
    "next-themes": "^0.2.1",
    "nextjs-toploader": "^1.4.2",
    "postcss": "8.4.25",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-flip-move": "^3.0.5",
    "react-intersection-observer": "^9.5.2",
    "react-use": "^17.4.0",
    "tailwind-merge": "^1.13.2",
    "tailwindcss": "3.3.2",
    "tailwindcss-animate": "^1.0.6",
    "typescript": "5.1.6",
    "use-immer": "^0.9.0",
    "@xcpcio/types": "0.52.1",
    "@xcpcio/core": "0.52.1"
  },
  "devDependencies": {
    "@iconify/react": "^4.1.1",
    "@types/lodash": "^4.14.195",
    "@types/react": "18.2.14",
    "@types/react-dom": "18.2.6",
    "shadcn-ui": "^0.3.0",
    "tailwind-config-viewer": "^1.7.2"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start --port 3000",
    "lint": "next lint",
    "tcv": "tailwind-config-viewer"
  }
}