UNPKG

@webbydevs/react-laravel-sanctum-auth

Version:

A React library for easy authentication for a Laravel backend using Sanctum.

44 lines (43 loc) 1.09 kB
{ "name": "@webbydevs/react-laravel-sanctum-auth", "version": "1.0.33", "description": "A React library for easy authentication for a Laravel backend using Sanctum.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup --format esm --dts", "ladle": "ladle serve" }, "repository": { "type": "git", "url": "git+https://github.com/webbyofficial/react-laravel-sanctum-auth.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/webbyofficial/react-laravel-sanctum-auth/issues" }, "homepage": "https://github.com/webbyofficial/react-laravel-sanctum-auth#readme", "devDependencies": { "@ladle/react": "^4.0.2", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "react-dom": "^18.2.0", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.6.7", "react": "^18.2.0" }, "files": [ "dist" ], "main": "dist/index.mjs", "keywords": [ "react", "laravel", "sanctum", "auth", "authentication" ] }