persona-community-5/.pnpm-store/v3/files/b0/7bb1fa21354e438c7c205f7cbdc758328aa72a36349c1150f38d33318eeaf3f588b2a713df9745b392326308a517851d61291d1b8a7795850abb026bd384c8
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

44 lines
904 B
Plaintext

{
"name": "react-router",
"version": "6.30.3",
"description": "Declarative routing for React",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link"
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./dist/main.js",
"unpkg": "./dist/umd/react-router.production.min.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@remix-run/router": "1.23.2"
},
"devDependencies": {
"react": "^18.2.0",
"react-router-dom": "6.30.3"
},
"peerDependencies": {
"react": ">=16.8"
},
"files": [
"dist/",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"engines": {
"node": ">=14.0.0"
}
}