|
14 | 14 | "repository": "git@github.com:storybookjs/addon-designs.git", |
15 | 15 | "license": "MIT", |
16 | 16 | "author": "pocka <pockawoooh@gmail.com>", |
| 17 | + "type": "module", |
17 | 18 | "exports": { |
18 | 19 | ".": { |
19 | 20 | "types": "./dist/index.d.ts", |
20 | | - "import": "./dist/index.mjs", |
| 21 | + "import": "./dist/index.js", |
21 | 22 | "require": "./dist/index.js" |
22 | 23 | }, |
23 | | - "./blocks": "./dist/blocks.mjs", |
| 24 | + "./blocks": "./dist/blocks.js", |
| 25 | + "./register-panel": "./dist/register-panel.js", |
| 26 | + "./register-tab": "./dist/register-tab.js", |
24 | 27 | "./preset": "./dist/preset.js", |
25 | 28 | "./package.json": "./package.json" |
26 | 29 | }, |
27 | | - "main": "dist/index.js", |
28 | | - "module": "dist/index.mjs", |
29 | | - "types": "dist/index.d.ts", |
30 | 30 | "files": [ |
31 | 31 | "dist/**/*", |
32 | 32 | "README.md", |
|
53 | 53 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
54 | 54 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^18.0.0", |
55 | 55 | "tsup": "^8.0.2", |
56 | | - "storybook": "^9.0.0", |
57 | | - "typescript": "^5.7.3" |
| 56 | + "storybook": "^10.0.0-0", |
| 57 | + "typescript": "^5.9.2" |
58 | 58 | }, |
59 | 59 | "peerDependencies": { |
60 | | - "@storybook/addon-docs": "^0.0.0-0 || ^9.0.0 || ^9.1.0-0", |
61 | | - "storybook": "^0.0.0-0 || ^9.0.0 || ^9.1.0-0", |
| 60 | + "@storybook/addon-docs": "^10.0.0-0", |
| 61 | + "storybook": "^10.0.0-0", |
62 | 62 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
63 | 63 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
64 | 64 | }, |
|
0 commit comments