@lanaqi/rsr
Version:
85 lines (84 loc) • 1.81 kB
JSON
{
"name": "@lanaqi/rsr",
"version": "0.0.3",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"router",
"security",
"react-security",
"router-security",
"react-security-router",
"react-router-security",
"guard",
"react-guard",
"router-guard",
"react-router-guard",
"react-router",
"react-router",
"modern-js",
"modernjs",
"auth",
"authentication",
"authorization",
"csr",
"rsr",
"纯前端",
"安全",
"鉴权",
"守护",
"认证",
"授权",
"权限",
"安全框架",
"路由安全",
"认证授权",
"路由守护"
],
"description": "React 安全路由器",
"scripts": {
"build": "rslib build",
"lint": "biome lint",
"check": "biome check",
"format": "biome format --write",
"release": "npm run build && npm publish"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@rsbuild/plugin-babel": "^1.1.2",
"@rsbuild/plugin-react": "^2.0.0",
"@rslib/core": "0.21.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "^7.15.1",
"typescript": "^6.0.3"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0",
"react-router": "^7.0.0"
},
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/lanaqi-opensource/react-security-router.git"
}
}