{
  "name": "react-laravel-sanctum",
  "private": false,
  "version": "1.0.2",
  "description": "Easily integrate Laravel Sanctum and Breeze authentication into your React app.", 
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "bundle": "tsup src/index.ts"
  },
  "dependencies": {
    "axios": "^1.8.4"
  },
  "peerDependencies": {
    "react": "^16.13.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.13.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.21.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^15.15.0",
    "tsup": "^8.4.0",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.24.1",
    "vite": "^6.2.0"
  },
  "keywords": [
    "react",
    "laravel",
    "breeze",
    "sanctum"
  ],
  "author": {
    "name":"TJN",
    "url": "https://github.com/tjn20"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjn20/react-laravel-auth/issues"
  },
  "homepage": "https://github.com/tjn20/react-laravel-auth#readme"
}
