@gaagul/react-auth-kit
Version:
A flexible authentication package for React.
41 lines • 1.07 kB
JSON
{
"name": "@gaagul/react-auth-kit",
"version": "1.0.3",
"description": "A flexible authentication package for React.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"keywords": [
"react",
"authentication",
"auth-kit"
],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@changesets/cli": "^2.28.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"rollup": "^4.38.0",
"typescript": "^5.8.2"
},
"scripts": {
"build": "rollup -c",
"clean": "rm -rf dist",
"lint": "eslint . --ext .ts,.tsx",
"test": "echo \"Error: no test specified\" && exit 1"
}
}