mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/theming",
|
|
"version": "6.1.0-alpha.15",
|
|
"description": "Core Storybook Components",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/theming",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/theming"
|
|
},
|
|
"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": {
|
|
"@emotion/core": "^10.0.20",
|
|
"@emotion/is-prop-valid": "^0.8.6",
|
|
"@emotion/styled": "^10.0.17",
|
|
"@storybook/client-logger": "6.1.0-alpha.15",
|
|
"core-js": "^3.0.1",
|
|
"deep-object-diff": "^1.1.0",
|
|
"emotion-theming": "^10.0.19",
|
|
"global": "^4.3.2",
|
|
"memoizerific": "^1.11.3",
|
|
"polished": "^3.4.4",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"resolve-from": "^5.0.0",
|
|
"ts-dedent": "^1.1.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "4571582a90b646e361cb37df525f62312486307a",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
}
|
|
}
|