|
| 1 | +{ |
| 2 | + "name": "@storybook/experimental-nextjs-vite", |
| 3 | + "version": "8.3.0-alpha.4", |
| 4 | + "description": "Storybook for Next.js and Vite", |
| 5 | + "keywords": [ |
| 6 | + "storybook", |
| 7 | + "nextjs", |
| 8 | + "vite" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/experimental-nextjs-vite", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/storybookjs/storybook/issues" |
| 13 | + }, |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/storybookjs/storybook.git", |
| 17 | + "directory": "code/frameworks/nextjs" |
| 18 | + }, |
| 19 | + "funding": { |
| 20 | + "type": "opencollective", |
| 21 | + "url": "https://opencollective.com/storybook" |
| 22 | + }, |
| 23 | + "license": "MIT", |
| 24 | + "exports": { |
| 25 | + ".": { |
| 26 | + "types": "./dist/index.d.ts", |
| 27 | + "node": "./dist/index.js", |
| 28 | + "import": "./dist/index.mjs", |
| 29 | + "require": "./dist/index.js" |
| 30 | + }, |
| 31 | + "./preset": { |
| 32 | + "types": "./dist/preset.d.ts", |
| 33 | + "require": "./dist/preset.js" |
| 34 | + }, |
| 35 | + "./dist/preview.mjs": "./dist/preview.mjs", |
| 36 | + "./cache.mock": { |
| 37 | + "types": "./dist/export-mocks/cache/index.d.ts", |
| 38 | + "import": "./dist/export-mocks/cache/index.mjs", |
| 39 | + "require": "./dist/export-mocks/cache/index.js" |
| 40 | + }, |
| 41 | + "./headers.mock": { |
| 42 | + "types": "./dist/export-mocks/headers/index.d.ts", |
| 43 | + "import": "./dist/export-mocks/headers/index.mjs", |
| 44 | + "require": "./dist/export-mocks/headers/index.js" |
| 45 | + }, |
| 46 | + "./navigation.mock": { |
| 47 | + "types": "./dist/export-mocks/navigation/index.d.ts", |
| 48 | + "import": "./dist/export-mocks/navigation/index.mjs", |
| 49 | + "require": "./dist/export-mocks/navigation/index.js" |
| 50 | + }, |
| 51 | + "./router.mock": { |
| 52 | + "types": "./dist/export-mocks/router/index.d.ts", |
| 53 | + "import": "./dist/export-mocks/router/index.mjs", |
| 54 | + "require": "./dist/export-mocks/router/index.js" |
| 55 | + }, |
| 56 | + "./package.json": "./package.json" |
| 57 | + }, |
| 58 | + "main": "dist/index.js", |
| 59 | + "module": "dist/index.mjs", |
| 60 | + "types": "dist/index.d.ts", |
| 61 | + "typesVersions": { |
| 62 | + "*": { |
| 63 | + "*": [ |
| 64 | + "dist/index.d.ts" |
| 65 | + ], |
| 66 | + "cache.mock": [ |
| 67 | + "dist/export-mocks/cache/index.d.ts" |
| 68 | + ], |
| 69 | + "headers.mock": [ |
| 70 | + "dist/export-mocks/headers/index.d.ts" |
| 71 | + ], |
| 72 | + "router.mock": [ |
| 73 | + "dist/export-mocks/router/index.d.ts" |
| 74 | + ], |
| 75 | + "navigation.mock": [ |
| 76 | + "dist/export-mocks/navigation/index.d.ts" |
| 77 | + ] |
| 78 | + } |
| 79 | + }, |
| 80 | + "files": [ |
| 81 | + "dist/**/*", |
| 82 | + "template/cli/**/*", |
| 83 | + "README.md", |
| 84 | + "*.js", |
| 85 | + "*.d.ts", |
| 86 | + "!src/**/*" |
| 87 | + ], |
| 88 | + "scripts": { |
| 89 | + "check": "jiti ../../../scripts/prepare/check.ts", |
| 90 | + "prep": "jiti ../../../scripts/prepare/bundle.ts" |
| 91 | + }, |
| 92 | + "dependencies": { |
| 93 | + "@storybook/builder-vite": "workspace:*", |
| 94 | + "@storybook/react": "workspace:*", |
| 95 | + "@storybook/test": "workspace:*", |
| 96 | + "styled-jsx": "5.1.6" |
| 97 | + }, |
| 98 | + "devDependencies": { |
| 99 | + "@types/node": "^18.0.0", |
| 100 | + "next": "^14.2.5", |
| 101 | + "typescript": "^5.3.2", |
| 102 | + "vite-plugin-storybook-nextjs": "^1.0.0" |
| 103 | + }, |
| 104 | + "peerDependencies": { |
| 105 | + "next": "^14.2.5", |
| 106 | + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", |
| 107 | + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", |
| 108 | + "storybook": "workspace:^", |
| 109 | + "vite": "^5.0.0", |
| 110 | + "vite-plugin-storybook-nextjs": "^1.0.0" |
| 111 | + }, |
| 112 | + "peerDependenciesMeta": { |
| 113 | + "typescript": { |
| 114 | + "optional": true |
| 115 | + } |
| 116 | + }, |
| 117 | + "optionalDependencies": { |
| 118 | + "sharp": "^0.33.3" |
| 119 | + }, |
| 120 | + "engines": { |
| 121 | + "node": ">=18.0.0" |
| 122 | + }, |
| 123 | + "publishConfig": { |
| 124 | + "access": "public" |
| 125 | + }, |
| 126 | + "bundler": { |
| 127 | + "entries": [ |
| 128 | + "./src/index.ts", |
| 129 | + "./src/preset.ts", |
| 130 | + "./src/preview.tsx", |
| 131 | + "./src/export-mocks/cache/index.ts", |
| 132 | + "./src/export-mocks/headers/index.ts", |
| 133 | + "./src/export-mocks/router/index.ts", |
| 134 | + "./src/export-mocks/navigation/index.ts", |
| 135 | + "./src/images/decorator.tsx" |
| 136 | + ], |
| 137 | + "externals": [ |
| 138 | + "sb-original/image-context" |
| 139 | + ], |
| 140 | + "platform": "node" |
| 141 | + }, |
| 142 | + "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16" |
| 143 | +} |
0 commit comments