{
  "name": "@surgio/gateway-frontend",
  "description": "Surgio API Gateway Frontend",
  "version": "2.2.0",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "private": false,
  "repository": "https://github.com/surgioproject/packages/tree/master/packages/gateway-frontend",
  "author": "Roy Li <me@royli.dev>",
  "scripts": {
    "dev": "BROWSER=none craco start",
    "prebuild": "rimraf build",
    "build": "CI=false craco build",
    "test": "run-s test:ci",
    "test:watch": "craco test --watchAll",
    "test:cov": "craco test --coverage --watchAll=false",
    "test:ci": "craco test --watchAll=false",
    "lint": "eslint .",
    "shadcn": "shadcn-ui"
  },
  "devDependencies": {
    "@craco/craco": "^7.1.0",
    "@craco/types": "^7.1.0",
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@headlessui/react": "^1.7.14",
    "@hookform/resolvers": "^3.1.0",
    "@radix-ui/react-checkbox": "^1.0.4",
    "@radix-ui/react-dialog": "^1.0.4",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-popover": "^1.0.6",
    "@radix-ui/react-select": "^1.2.2",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slot": "^1.0.2",
    "@testing-library/dom": "^9.3.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/loadable__component": "^5.13.4",
    "@types/lodash-es": "^4.17.7",
    "@types/qrcode.react": "^1.0.2",
    "@types/react": "^18.2.7",
    "@types/react-dom": "^18.2.4",
    "@types/react-test-renderer": "^18.0.0",
    "@types/testing-library__jest-dom": "^5.14.5",
    "autoprefixer": "^10.4.14",
    "class-variance-authority": "^0.6.0",
    "clsx": "^1.2.1",
    "csstype": "^3.1.2",
    "http-proxy-middleware": "^2.0.6",
    "jest-mock-axios": "^4.7.2",
    "lodash-es": "^4.17.21",
    "lucide-react": "^0.221.0",
    "mobx": "^6.9.0",
    "mobx-react": "^7.6.0",
    "mobx-react-lite": "^3.4.3",
    "notistack": "^3.0.1",
    "postcss": "^8.4.23",
    "postcss-import": "^15.1.0",
    "qrcode.react": "^3.1.0",
    "react": "^18.2.0",
    "react-clipboard.js": "^2.0.16",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.44.2",
    "react-router-dom": "^6.11.2",
    "react-scripts": "5.0.1",
    "react-test-renderer": "^18.2.0",
    "shadcn-ui": "^0.3.0",
    "swr": "^2.1.5",
    "tailwind-merge": "^1.12.0",
    "tailwindcss": "^3.3.2",
    "tailwindcss-animate": "^1.0.5",
    "webpack": "5.83.1",
    "zod": "^3.25.76"
  },
  "browserslist": [
    "defaults"
  ],
  "files": [
    "build",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c6a7b9b19e6dfc4e613a46b285839c572d0720ff",
  "dependencies": {
    "axios": "^1.4.0"
  }
}
