@storybook/preset-react-webpack
Version:
Storybook for React: Develop React Component in isolation with Hot Reloading
74 lines • 2.05 kB
JSON
{
"name": "@storybook/preset-react-webpack",
"version": "10.1.4",
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/react-webpack",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "code/presets/react-webpack"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./preset-cra": "./dist/framework-preset-cra.js",
"./preset-react-docs": "./dist/framework-preset-react-docs.js",
"./react-docgen-loader": "./dist/loaders/react-docgen-loader.js"
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"!src/**/*"
],
"scripts": {
"check": "jiti ../../../scripts/check/check-package.ts",
"prep": "jiti ../../../scripts/build/build-package.ts"
},
"dependencies": {
"@storybook/core-webpack": "10.1.4",
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
"@types/semver": "^7.3.4",
"magic-string": "^0.30.5",
"react-docgen": "^7.1.1",
"resolve": "^1.22.8",
"semver": "^7.3.7",
"tsconfig-paths": "^4.2.0",
"webpack": "5"
},
"devDependencies": {
"@types/node": "^22.0.0",
"empathic": "^2.0.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"storybook": "^10.1.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
}