UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@storybook/router",
3 "version": "6.5.12",
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": "ts-node ../../scripts/prebundle.ts"
41 },
42 "dependencies": {
43 "@storybook/client-logger": "6.5.12",
44 "core-js": "^3.8.2",
45 "memoizerific": "^1.11.3",
46 "qs": "^6.10.0",
47 "regenerator-runtime": "^0.13.7"
48 },
49 "devDependencies": {
50 "fast-deep-equal": "^3.1.3",
51 "global": "^4.4.0",
52 "history": "5.0.0",
53 "lodash": "^4.17.21",
54 "react-router": "6.0.2",
55 "react-router-dom": "6.0.2",
56 "ts-dedent": "^2.0.0",
57 "ts-node": "^10.4.0"
58 },
59 "peerDependencies": {
60 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
61 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
62 },
63 "publishConfig": {
64 "access": "public"
65 },
66 "bundlerEntrypoint": "./src/index.ts",
67 "gitHead": "e3991cb4dac45c964e29f82da6be5912464c5a4f",
68 "sbmodern": "dist/modern/index.js"
69}