UNPKG

@storybook/preset-create-react-app

Version:
81 lines 2.04 kB
{ "name": "@storybook/preset-create-react-app", "version": "7.4.1", "description": "Storybook for Create React App preset", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/create-react-app", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "code/presets/create-react-app" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "exports": { ".": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./preset": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "check": "../../../scripts/prepare/check.ts", "prep": "../../../scripts/prepare/bundle.ts" }, "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0", "@storybook/types": "7.4.1", "@types/babel__core": "^7.1.7", "babel-plugin-react-docgen": "^4.1.0", "pnp-webpack-plugin": "^1.7.0", "semver": "^7.3.5" }, "devDependencies": { "@storybook/node-logger": "7.4.1", "@types/node": "^16.0.0", "typescript": "~4.9.3" }, "peerDependencies": { "@babel/core": "*", "react-scripts": ">=5.0.0" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts" ], "formats": [ "cjs" ] }, "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17" }