UNPKG

react-sanctum

Version:

Easily hook up your React app to Laravel Sanctum

52 lines (51 loc) 1.31 kB
{ "name": "react-sanctum", "version": "3.1.0", "description": "Easily hook up your React app to Laravel Sanctum", "main": "build/index.cjs.ts", "module": "build/index.esm.js", "types": "build/index.d.ts", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", "test": "cypress run", "test-and-record": "cypress run --record" }, "repository": { "type": "git", "url": "git+https://github.com/koole/react-sanctum.git" }, "keywords": [ "react", "laravel", "sanctum" ], "author": "Leon Koole <leon@koole.io> (https://github.com/koole)", "license": "MIT", "bugs": { "url": "https://github.com/koole/react-sanctum/issues" }, "homepage": "https://github.com/koole/react-sanctum#readme", "devDependencies": { "@rollup/plugin-json": "^6.0.0", "@types/react": "^18.0.12", "@types/react-dom": "^18.0.3", "cypress": "^13.1.0", "react": "^18.1.0", "react-dom": "^18.1.0", "rollup": "^2.32.1", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.0.4" }, "dependencies": { "axios": "^1.1.3" }, "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" }, "files": [ "build" ] }