@userfront/react
Version:
Transform your React application with Userfront authentication
64 lines • 1.5 kB
JSON
{
"name": "@userfront/react",
"version": "2.0.3",
"description": "Transform your React application with Userfront authentication",
"repository": {
"type": "git",
"url": "https://github.com/userfront/userfront.git"
},
"keywords": [
"userfront",
"authentication",
"authorization",
"javascript",
"typescript",
"web",
"react",
"sdk"
],
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"devDependencies": {
"@testing-library/react": "15.0.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.4",
"axios": "1.8.3",
"eslint": "9.2.0",
"happy-dom": "15.10.2",
"react-use": "17.5.1",
"tsup": "8.4.0",
"type-fest": "4.18.2",
"typescript": "5.8.2",
"vitest": "3.0.8",
"@userfront/core": "1.1.2",
"@userfront/toolkit": "1.1.2",
"tsconfig": "0.0.0"
},
"peerDependencies": {
"react": "18 || 19",
"react-dom": "18 || 19"
},
"scripts": {
"build": "cross-env NODE_ENV=production tsup --cjsInterop",
"dev": "tsup --watch --cjsInterop",
"lint": "eslint .",
"lint:fix": "pnpm lint --fix",
"test:watch": "vitest watch",
"test": "vitest run",
"check-types": "tsc --noEmit"
}
}