mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@storybook/router",
|
|
"version": "7.0.0-alpha.1",
|
|
"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,
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "ts-node ../../scripts/prebundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "7.0.0-alpha.1",
|
|
"core-js": "^3.8.2",
|
|
"qs": "^6.10.0",
|
|
"regenerator-runtime": "^0.13.7"
|
|
},
|
|
"devDependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"global": "^4.4.0",
|
|
"history": "5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"memoizerific": "^1.11.3",
|
|
"react-router": "6.0.2",
|
|
"react-router-dom": "6.0.2",
|
|
"ts-dedent": "^2.0.0",
|
|
"ts-node": "^10.4.0"
|
|
},
|
|
"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"
|
|
},
|
|
"bundlerEntrypoint": "./src/index.ts",
|
|
"gitHead": "b90b85210f66da59656c2ef58b0910b156256bea"
|
|
}
|