mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "@affine/component",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./theme/*": "./src/theme/*",
|
|
"./*": "./src/components/*/index.tsx"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/icons": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/jotai": "workspace:*",
|
|
"@affine/workspace": "workspace:*",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/base": "5.0.0-beta.3",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.3",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@radix-ui/react-avatar": "^1.0.3",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-toast": "^1.1.4",
|
|
"@toeverything/hooks": "workspace:*",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"@toeverything/theme": "^0.6.1",
|
|
"@vanilla-extract/dynamic": "^2.0.3",
|
|
"clsx": "^1.2.1",
|
|
"dayjs": "^1.11.8",
|
|
"jotai": "^2.1.1",
|
|
"lit": "^2.7.5",
|
|
"lottie-web": "^5.12.0",
|
|
"react": "18.3.0-canary-16d053d59-20230506",
|
|
"react-datepicker": "^4.12.0",
|
|
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
|
"react-error-boundary": "^4.0.9",
|
|
"react-is": "^18.2.0",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230607055421-9b20fcaf-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230607055421-9b20fcaf-nightly",
|
|
"@blocksuite/global": "0.0.0-20230607055421-9b20fcaf-nightly",
|
|
"@blocksuite/icons": "^2.1.19",
|
|
"@blocksuite/lit": "0.0.0-20230607055421-9b20fcaf-nightly",
|
|
"@blocksuite/store": "0.0.0-20230607055421-9b20fcaf-nightly",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-datepicker": "^4.11.2",
|
|
"@types/react-dnd": "^3.0.2",
|
|
"@types/react-dom": "18.2.4",
|
|
"@vanilla-extract/css": "^1.11.0",
|
|
"typescript": "^5.1.3",
|
|
"vite": "^4.3.9",
|
|
"yjs": "^13.6.1"
|
|
},
|
|
"version": "0.7.0-canary.13"
|
|
}
|