storybook/lib/router/package.json
2020-10-12 19:47:48 +08:00

52 lines
1.1 KiB
JSON

{
"name": "@storybook/router",
"version": "6.1.0-alpha.23",
"description": "Core Storybook Router",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/router",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/router"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.4/**/*"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@reach/router": "^1.3.3",
"@types/reach__router": "^1.3.5",
"core-js": "^3.0.1",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "1ec9d957eefc851a8353ff46d16612ed98261abf",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
}
}