mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
112 lines
3.3 KiB
JSON
112 lines
3.3 KiB
JSON
{
|
|
"name": "@storybook/core-common",
|
|
"version": "6.3.0-alpha.19",
|
|
"description": "Storybook framework-agnostic API",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/core",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/core"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/ts3.9/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"dll/**/*",
|
|
"types/**/*",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-proposal-decorators": "^7.12.12",
|
|
"@babel/plugin-proposal-export-default-from": "^7.12.1",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
|
"@babel/plugin-proposal-private-methods": "^7.12.1",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-arrow-functions": "^7.12.1",
|
|
"@babel/plugin-transform-block-scoping": "^7.12.12",
|
|
"@babel/plugin-transform-classes": "^7.12.1",
|
|
"@babel/plugin-transform-destructuring": "^7.12.1",
|
|
"@babel/plugin-transform-for-of": "^7.12.1",
|
|
"@babel/plugin-transform-parameters": "^7.12.1",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.12.1",
|
|
"@babel/plugin-transform-spread": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@babel/preset-typescript": "^7.12.7",
|
|
"@babel/register": "^7.12.1",
|
|
"@storybook/node-logger": "6.3.0-alpha.19",
|
|
"@storybook/semver": "^7.3.2",
|
|
"@types/glob-base": "^0.3.0",
|
|
"@types/micromatch": "^4.0.1",
|
|
"@types/node": "^14.0.10",
|
|
"@types/pretty-hrtime": "^1.0.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-macros": "^3.0.1",
|
|
"babel-plugin-polyfill-corejs3": "^0.1.0",
|
|
"chalk": "^4.1.0",
|
|
"core-js": "^3.8.2",
|
|
"express": "^4.17.1",
|
|
"file-system-cache": "^1.0.5",
|
|
"find-up": "^5.0.0",
|
|
"fork-ts-checker-webpack-plugin": "^6.0.4",
|
|
"glob": "^7.1.6",
|
|
"glob-base": "^0.3.0",
|
|
"interpret": "^2.2.0",
|
|
"json5": "^2.1.3",
|
|
"lazy-universal-dotenv": "^3.0.1",
|
|
"micromatch": "^4.0.2",
|
|
"pkg-dir": "^5.0.0",
|
|
"pretty-hrtime": "^1.0.3",
|
|
"resolve-from": "^5.0.0",
|
|
"ts-dedent": "^2.0.0",
|
|
"util-deprecate": "^1.0.2",
|
|
"webpack": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/interpret": "^1.1.1",
|
|
"@types/mock-fs": "^4.13.0",
|
|
"mock-fs": "^4.13.0",
|
|
"react-docgen-typescript-plugin": "^0.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8ba485343b31df4e65fce2494a5f615d6d6c661d"
|
|
}
|