UNPKG

create-nextjs-storybook

Version:

Install embedded Storybook route into a NextJS project

47 lines 1.06 kB
{ "name": "create-nextjs-storybook", "version": "0.0.4", "description": "Install embedded Storybook route into a NextJS project", "type": "module", "license": "MIT", "bin": { "init": "dist/index.js" }, "keywords": [ "storybook", "nextjs", "nextjs-server", "embedded", "components", "installer" ], "module": "dist/index.js", "author": "", "devDependencies": { "@storybook/react": "^7.6.0", "@types/node": "^20.10.0", "react": "^18.2.0", "typescript": "^5.3.2" }, "dependencies": { "@storybook/types": "^7.5.3", "@yarnpkg/fslib": "2.10.3", "@yarnpkg/libzip": "2.3.0", "boxen": "^7.1.1", "chalk": "^5.3.0", "cross-spawn": "^7.0.3", "ejs": "^3.1.9", "execa": "^5.0.0", "find-up": "^7.0.0", "fs-extra": "^11.2.0", "ora": "^7.0.1", "semver": "^7.5.4", "tempy": "^3.1.0", "ts-dedent": "^2.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --jsx react", "prepublish": "pnpm build" } }