{ "name": "@storybook/router", "version": "7.0.0-beta.33", "description": "Core Storybook Router", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/router", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/router" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "node": "./dist/index.js", "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./utils": { "require": "./dist/utils.js", "import": "./dist/utils.mjs", "types": "./dist/utils.d.ts" }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "check": "../../../scripts/node_modules/.bin/tsc --noEmit", "prep": "../../../scripts/prepare/bundle.ts" }, "dependencies": { "@storybook/client-logger": "7.0.0-beta.33", "memoizerific": "^1.11.3", "qs": "^6.10.0" }, "devDependencies": { "@storybook/global": "^5.0.0", "dequal": "^2.0.2", "lodash": "^4.17.21", "react-router-dom": "6.0.2", "ts-dedent": "^2.0.0", "typescript": "~4.9.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "publishConfig": { "access": "public" }, "bundler": { "platform": "browser", "entries": [ "./src/index.ts", "./src/utils.ts" ] }, "gitHead": "7b662c444875d3890ee935878fb1b2b45fbfdfb7" }