UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@storybook/router",
3 "version": "6.4.8",
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 "dist/ts3.9/*": [
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 "@storybook/client-logger": "6.4.8",
44 "core-js": "^3.8.2",
45 "fast-deep-equal": "^3.1.3",
46 "global": "^4.4.0",
47 "history": "5.0.0",
48 "lodash": "^4.17.21",
49 "memoizerific": "^1.11.3",
50 "qs": "^6.10.0",
51 "react-router": "^6.0.0",
52 "react-router-dom": "^6.0.0",
53 "ts-dedent": "^2.0.0"
54 },
55 "peerDependencies": {
56 "react": "^16.8.0 || ^17.0.0",
57 "react-dom": "^16.8.0 || ^17.0.0"
58 },
59 "publishConfig": {
60 "access": "public"
61 },
62 "gitHead": "d6b59f78a528a5c7922e71d28b583dd31ad67e7d",
63 "sbmodern": "dist/modern/index.js"
64}