UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@storybook/router",
3 "version": "8.0.4",
4 "description": "Core Storybook Router",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/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": "code/lib/router"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "exports": {
24 ".": {
25 "types": "./dist/index.d.ts",
26 "node": "./dist/index.js",
27 "require": "./dist/index.js",
28 "import": "./dist/index.mjs"
29 },
30 "./utils": {
31 "types": "./dist/utils.d.ts",
32 "require": "./dist/utils.js",
33 "import": "./dist/utils.mjs"
34 },
35 "./package.json": "./package.json"
36 },
37 "main": "dist/index.js",
38 "module": "dist/index.mjs",
39 "types": "dist/index.d.ts",
40 "files": [
41 "dist/**/*",
42 "README.md",
43 "*.js",
44 "*.d.ts",
45 "!src/**/*"
46 ],
47 "scripts": {
48 "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
49 "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
50 },
51 "dependencies": {
52 "@storybook/client-logger": "8.0.4",
53 "memoizerific": "^1.11.3",
54 "qs": "^6.10.0"
55 },
56 "devDependencies": {
57 "@storybook/global": "^5.0.0",
58 "dequal": "^2.0.2",
59 "lodash": "^4.17.21",
60 "react": "^18.2.0",
61 "react-dom": "^18.2.0",
62 "react-router-dom": "6.0.2",
63 "ts-dedent": "^2.0.0",
64 "typescript": "^5.3.2"
65 },
66 "publishConfig": {
67 "access": "public"
68 },
69 "bundler": {
70 "platform": "browser",
71 "entries": [
72 "./src/index.ts",
73 "./src/utils.ts"
74 ],
75 "externals": [
76 "react",
77 "react-dom",
78 "@storybook/addons",
79 "@storybook/api",
80 "@storybook/channels",
81 "@storybook/client-logger",
82 "@storybook/components",
83 "@storybook/core-events",
84 "@storybook/manager-api",
85 "@storybook/router",
86 "@storybook/theming",
87 "@storybook/types"
88 ]
89 },
90 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
91}
\No newline at end of file