AFFiNE/packages/component/package.json

70 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "@affine/component",
"private": true,
2023-02-17 05:43:52 +03:00
"main": "./src/index.ts",
2023-03-11 08:15:19 +03:00
"exports": {
".": "./src/index.ts",
2023-04-04 02:13:43 +03:00
"./theme/*": "./src/theme/*",
"./*": "./src/components/*/index.tsx"
},
2023-04-11 01:41:07 +03:00
"peerDependencies": {
"@blocksuite/blocks": "*",
"@blocksuite/editor": "*",
"@blocksuite/global": "*",
"@blocksuite/icons": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
2023-04-11 01:41:07 +03:00
},
"dependencies": {
2023-02-21 14:23:53 +03:00
"@affine/debug": "workspace:*",
2023-02-23 10:07:46 +03:00
"@affine/i18n": "workspace:*",
"@affine/jotai": "workspace:*",
2023-05-09 01:21:42 +03:00
"@affine/workspace": "workspace:*",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
2023-05-08 06:23:55 +03:00
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
2023-05-31 13:16:18 +03:00
"@mui/base": "5.0.0-beta.3",
2023-04-04 22:41:25 +03:00
"@mui/icons-material": "^5.11.16",
2023-05-31 13:16:18 +03:00
"@mui/material": "^5.13.3",
2023-05-27 11:08:07 +03:00
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
2023-05-29 18:15:22 +03:00
"@radix-ui/react-radio-group": "^1.1.3",
2023-05-27 11:08:07 +03:00
"@radix-ui/react-toast": "^1.1.4",
2023-04-04 02:13:43 +03:00
"@toeverything/hooks": "workspace:*",
2023-05-29 13:40:47 +03:00
"@toeverything/theme": "^0.6.1",
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
2023-06-04 20:00:41 +03:00
"dayjs": "^1.11.8",
"jotai": "^2.1.1",
"lit": "^2.7.5",
2023-05-31 13:16:18 +03:00
"lottie-web": "^5.12.0",
2023-05-12 21:47:14 +03:00
"react": "18.3.0-canary-16d053d59-20230506",
"react-datepicker": "^4.12.0",
2023-05-12 21:47:14 +03:00
"react-dom": "18.3.0-canary-16d053d59-20230506",
2023-05-31 13:16:18 +03:00
"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",
2023-05-08 06:23:55 +03:00
"@types/react": "^18.2.6",
"@types/react-datepicker": "^4.11.2",
2023-03-23 08:47:07 +03:00
"@types/react-dnd": "^3.0.2",
2023-05-06 07:41:51 +03:00
"@types/react-dom": "18.2.4",
"@vanilla-extract/css": "^1.11.0",
"typescript": "^5.1.3",
2023-05-27 11:08:07 +03:00
"vite": "^4.3.9",
2023-05-05 02:49:08 +03:00
"yjs": "^13.6.1"
2023-04-21 01:28:51 +03:00
},
2023-06-09 06:30:51 +03:00
"version": "0.7.0-canary.11"
}