mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/preset-create-react-app",
|
|
"version": "7.0.0-beta.48",
|
|
"description": "Create React App preset for Storybook",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/presets/html-webpack",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "presets/html-webpack"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"node": "./dist/index.js",
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preset": {
|
|
"node": "./dist/index.js",
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
|
"@storybook/react-docgen-typescript-plugin": "canary",
|
|
"@storybook/types": "7.0.0-beta.48",
|
|
"@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.0.0-beta.48",
|
|
"@types/semver": "^7.3.6",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"react-scripts": ">=5.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"formats": [
|
|
"cjs"
|
|
]
|
|
},
|
|
"gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
|
|
}
|