UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@storybook/router",
3 "version": "6.3.9",
4 "description": "Core Storybook Router",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/router",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/router"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@reach/router": "^1.3.4",
44 "@storybook/client-logger": "6.3.9",
45 "@types/reach__router": "^1.3.7",
46 "core-js": "^3.8.2",
47 "fast-deep-equal": "^3.1.3",
48 "global": "^4.4.0",
49 "lodash": "^4.17.20",
50 "memoizerific": "^1.11.3",
51 "qs": "^6.10.0",
52 "ts-dedent": "^2.0.0"
53 },
54 "peerDependencies": {
55 "react": "^16.8.0 || ^17.0.0",
56 "react-dom": "^16.8.0 || ^17.0.0"
57 },
58 "publishConfig": {
59 "access": "public"
60 },
61 "gitHead": "248f316bd9a5e511c7047420de0b48f28ca85ca8",
62 "sbmodern": "dist/modern/index.js"
63}