{
  "name": "web",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 next dev --hostname 0.0.0.0 --port 3000",
    "build": "NODE_TLS_REJECT_UNAUTHORIZED=0 next build",
    "start": "NODE_TLS_REJECT_UNAUTHORIZED=0 next start",
    "lint": "eslint",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@radix-ui/react-slot": "^1.3.3",
    "@shinecode/api-client": "^1.0.0",
    "@shinecode/design-tokens": "^1.0.0",
    "@shinecode/ui": "^1.0.0",
    "class-variance-authority": "^0.7.1",
    "framer-motion": "^13.1.1",
    "lucide-react": "^1.35.0",
    "next": "16.3.0",
    "next-intl": "^4.13.6",
    "react": "19.2.8",
    "react-dom": "19.2.8",
    "zustand": "^5.0.15"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.3.0",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
