storybook-framework-cedarjs
Version:
Storybook for CedarJS
97 lines (96 loc) • 2.31 kB
JSON
{
"name": "storybook-framework-cedarjs",
"version": "2.3.0",
"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/mocks/MockRouter": {
"default": "./dist/mocks/MockRouter.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": "tsx 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": "2.3.0",
"@joshwooding/vite-plugin-react-docgen-typescript": "0.6.3",
"@rollup/pluginutils": "5.3.0",
"@storybook/addon-essentials": "8.6.14",
"@storybook/builder-vite": "8.6.15",
"@storybook/react": "8.6.15",
"empathic": "2.0.0",
"magic-string": "0.30.21",
"react-docgen": "7.1.1",
"unplugin-auto-import": "19.3.0",
"vite-plugin-node-polyfills": "0.24.0"
},
"devDependencies": {
"@storybook/types": "8.6.14",
"@types/node": "24.10.4",
"tsx": "4.21.0",
"typescript": "5.9.3",
"vite": "5.4.21",
"vitest": "3.2.4"
},
"peerDependencies": {
"@cedarjs/project-config": "2.3.0",
"@cedarjs/router": "2.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.6.15"
},
"engines": {
"node": "=24.x"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts",
"./src/preset.ts"
],
"platform": "node"
},
"gitHead": "510b35f25fcee3577246502a9e1b6f16f5682f9f"
}