mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 16:34:34 +03:00
1697cd76fe
## Features - https://github.com/toeverything/BlockSuite/pull/6728 @fundon - https://github.com/toeverything/BlockSuite/pull/6714 @doouding - https://github.com/toeverything/BlockSuite/pull/6733 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6560 @golok727 - https://github.com/toeverything/BlockSuite/pull/6727 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6645 @regischen - https://github.com/toeverything/BlockSuite/pull/6724 @fundon - https://github.com/toeverything/BlockSuite/pull/6719 @zzj3720 - https://github.com/toeverything/BlockSuite/pull/6682 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6734 @Flrande - https://github.com/toeverything/BlockSuite/pull/6732 @fourdim - https://github.com/toeverything/BlockSuite/pull/6726 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6721 @Flrande - https://github.com/toeverything/BlockSuite/pull/6725 @fundon - https://github.com/toeverything/BlockSuite/pull/6716 @golok727 - https://github.com/toeverything/BlockSuite/pull/6723 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6722 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6718 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6702 @Tzyito - https://github.com/toeverything/BlockSuite/pull/6711 @Tzyito - https://github.com/toeverything/BlockSuite/pull/6694 @fundon - https://github.com/toeverything/BlockSuite/pull/6717 @golok727 ## Refactor - https://github.com/toeverything/BlockSuite/pull/6672 @Saul-Mirone ## Misc - https://github.com/toeverything/BlockSuite/pull/6720 @raintoway
65 lines
2.1 KiB
JSON
65 lines
2.1 KiB
JSON
{
|
|
"name": "@affine/storybook",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "storybook dev -p 6006",
|
|
"build": "storybook build",
|
|
"test": "test-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@affine/cli": "workspace:*",
|
|
"@affine/component": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/workspace-impl": "workspace:*",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@storybook/jest": "^0.2.3",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"foxact": "^0.2.33",
|
|
"jotai": "^2.8.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"react-router-dom": "^6.22.3",
|
|
"ses": "^1.4.1",
|
|
"storybook-addon-react-router-v6": "^2.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.14.0-canary-202404111515-fb8a834",
|
|
"@blocksuite/blocks": "0.14.0-canary-202404111515-fb8a834",
|
|
"@blocksuite/global": "0.14.0-canary-202404111515-fb8a834",
|
|
"@blocksuite/icons": "2.1.46",
|
|
"@blocksuite/inline": "0.14.0-canary-202404111515-fb8a834",
|
|
"@blocksuite/presets": "0.14.0-canary-202404111515-fb8a834",
|
|
"@blocksuite/store": "0.14.0-canary-202404111515-fb8a834",
|
|
"@storybook/addon-actions": "^7.6.17",
|
|
"@storybook/addon-essentials": "^7.6.17",
|
|
"@storybook/addon-interactions": "^7.6.17",
|
|
"@storybook/addon-links": "^7.6.17",
|
|
"@storybook/addon-storysource": "^7.6.17",
|
|
"@storybook/blocks": "^7.6.17",
|
|
"@storybook/builder-vite": "^7.6.17",
|
|
"@storybook/react": "^7.6.17",
|
|
"@storybook/react-vite": "^7.6.17",
|
|
"@storybook/test-runner": "^0.17.0",
|
|
"@vanilla-extract/esbuild-plugin": "^2.3.5",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"chromatic": "^11.3.0",
|
|
"concurrently": "^8.2.2",
|
|
"jest-mock": "^29.7.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"serve": "^14.2.1",
|
|
"storybook": "^7.6.17",
|
|
"storybook-dark-mode": "^3.0.3",
|
|
"storybook-mock-date-decorator": "^1.0.2",
|
|
"wait-on": "^7.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/icons": "2.1.34",
|
|
"@blocksuite/presets": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"version": "0.14.0"
|
|
}
|