fbredius/storybook

View on GitHub
lib/theming/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storybook/theming",
  "version": "6.5.0-alpha.46",
  "description": "Core Storybook Components",
  "keywords": [
    "storybook"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/theming",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "lib/theming"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/ts3.9/index.d.ts",
  "typesVersions": {
    "<3.8": {
      "dist/ts3.9/*": [
        "dist/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "ts-node ../../scripts/prebundle.ts"
  },
  "dependencies": {
    "@storybook/client-logger": "6.5.0-alpha.46",
    "core-js": "^3.8.2",
    "regenerator-runtime": "^0.13.7"
  },
  "devDependencies": {
    "@emotion/core": "^10.3.1",
    "@emotion/is-prop-valid": "^0.8.6",
    "@emotion/styled": "^10.0.27",
    "@types/node": "^14.14.20 || ^16.0.0",
    "deep-object-diff": "^1.1.0",
    "emotion-theming": "^10.0.27",
    "global": "^4.4.0",
    "memoizerific": "^1.11.3",
    "polished": "^4.0.5",
    "ts-dedent": "^2.0.0",
    "ts-node": "^10.4.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundlerEntrypoint": "./src/index.ts",
  "gitHead": "a64dc8426d21a70970728878c3bba0ac0a377a48",
  "sbmodern": "dist/modern/index.js"
}