AFFiNE/apps/storybook/package.json
2023-07-27 04:02:18 +00:00

53 lines
1.7 KiB
JSON

{
"name": "@affine/storybook",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
"build": "NODE_OPTIONS=--max_old_space_size=4096 storybook build",
"test": "test-storybook"
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.1.1",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/addon-storysource": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/builder-vite": "^7.1.1",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.1.1",
"@storybook/react-vite": "^7.1.1",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.2.0",
"@vitejs/plugin-react": "^4.0.3",
"concurrently": "^8.2.0",
"jest-mock": "^29.6.1",
"serve": "^14.2.0",
"storybook": "^7.1.1",
"storybook-dark-mode": "^3.0.0",
"wait-on": "^7.0.1"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/icons": "^2.1.27",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"peerDependencies": {
"@blocksuite/blocks": "*",
"@blocksuite/editor": "*",
"@blocksuite/global": "*",
"@blocksuite/icons": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.7.0-canary.52"
}