12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "@storybook/preview",
- "version": "7.6.17",
- "description": "",
- "keywords": [
- "storybook"
- ],
- "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview",
- "bugs": {
- "url": "https://github.com/storybookjs/storybook/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/storybookjs/storybook.git",
- "directory": "code/lib/preview"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/storybook"
- },
- "license": "MIT",
- "sideEffects": false,
- "exports": {
- ".": {
- "types": "./dist/runtime.d.ts",
- "import": "./dist/runtime.js"
- },
- "./globals": {
- "types": "./dist/globals.d.ts",
- "import": "./dist/globals.js",
- "require": "./dist/globals.js"
- },
- "./package.json": "./package.json"
- },
- "main": "dist/runtime.js",
- "module": "dist/runtime.js",
- "types": "dist/runtime.d.ts",
- "typesVersions": {
- "*": {
- "*": [
- "dist/runtime.d.ts"
- ],
- "globals": [
- "dist/globals.d.ts"
- ]
- }
- },
- "files": [
- "dist/**/*",
- "README.md",
- "*.js",
- "*.d.ts",
- "!src/**/*"
- ],
- "scripts": {
- "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
- "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/esm-bundle.ts"
- },
- "devDependencies": {
- "@storybook/channels": "7.6.17",
- "@storybook/client-logger": "7.6.17",
- "@storybook/core-events": "7.6.17",
- "@storybook/global": "^5.0.0",
- "@storybook/preview-api": "7.6.17",
- "browser-dtector": "^3.4.0",
- "fs-extra": "^11.1.0",
- "ts-dedent": "^2.0.0",
- "typescript": "~4.9.3"
- },
- "publishConfig": {
- "access": "public"
- },
- "bundler": {
- "browserEntries": [
- "./src/runtime.ts"
- ],
- "nodeEntries": [
- "./src/globals.ts"
- ]
- },
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
- }
|