UNPKG

storybook-framework-cedarjs

Version:
92 lines (91 loc) 2.11 kB
{ "name": "storybook-framework-cedarjs", "version": "5.0.3", "description": "Storybook for CedarJS", "keywords": [ "Storybook", "storybook-addon", "Cedar", "CedarJS", "React", "Vite" ], "bugs": { "url": "git+https://github.com/cedarjs/cedar/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cedarjs/cedar.git", "directory": "packages/storybook" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./preset": { "types": "./dist/preset.d.ts", "default": "./dist/preset.js" }, "./dist/preview.js": "./dist/preview.js", "./package.json": "./package.json" }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "build": "node ./build.ts && yarn build:types", "build:pack": "yarn pack -o storybook-framework-cedarjs.tgz", "build:types": "tsc --build --verbose", "test": "vitest run", "test:watch": "vitest watch" }, "dependencies": { "@cedarjs/testing": "5.0.3", "@rollup/pluginutils": "5.4.0", "@storybook/addon-essentials": "8.6.14", "@storybook/builder-vite": "8.6.18", "@storybook/react": "8.6.18", "empathic": "2.0.1", "magic-string": "0.30.21", "react-docgen": "7.1.1", "tsconfig-paths": "^3.15.0", "unplugin-auto-import": "19.3.0", "vite-plugin-node-polyfills": "0.26.0" }, "devDependencies": { "@storybook/types": "8.6.14", "@types/node": "24.10.4", "typescript": "5.9.3", "vite": "7.3.5", "vitest": "3.2.6" }, "peerDependencies": { "@cedarjs/project-config": "5.0.3", "@cedarjs/router": "5.0.3", "react": "18.3.1", "react-dom": "18.3.1", "storybook": "8.6.18" }, "engines": { "node": "=24.x" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts", "./src/preset.ts" ], "platform": "node" } }