AFFiNE/packages/component/package.json

72 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",
2023-06-15 10:03:20 +03:00
"@emotion/react": "^11.11.1",
2023-05-08 06:23:55 +03:00
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
2023-07-20 19:39:16 +03:00
"@mui/base": "5.0.0-beta.8",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
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-07-19 06:58:23 +03:00
"@radix-ui/react-scroll-area": "^1.0.4",
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-06-09 11:43:46 +03:00
"@toeverything/plugin-infra": "workspace:*",
2023-07-11 15:55:28 +03:00
"@toeverything/theme": "^0.7.6",
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
2023-07-01 11:26:43 +03:00
"dayjs": "^1.11.9",
2023-07-07 04:55:11 +03:00
"jotai": "^2.2.2",
2023-07-20 19:39:16 +03:00
"lit": "^2.7.6",
2023-06-15 10:03:20 +03:00
"lottie-web": "^5.12.2",
2023-07-14 08:33:43 +03:00
"react": "18.2.0",
2023-07-01 11:26:43 +03:00
"react-datepicker": "^4.15.0",
2023-07-14 08:33:43 +03:00
"react-dom": "18.2.0",
2023-06-15 10:03:20 +03:00
"react-error-boundary": "^4.0.10",
"react-is": "^18.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
2023-07-20 19:39:16 +03:00
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
2023-06-27 06:32:24 +03:00
"@types/react": "^18.2.14",
"@types/react-datepicker": "^4.11.2",
2023-03-23 08:47:07 +03:00
"@types/react-dnd": "^3.0.2",
2023-06-27 06:32:24 +03:00
"@types/react-dom": "^18.2.6",
2023-07-01 11:26:43 +03:00
"@vanilla-extract/css": "^1.12.0",
"typescript": "^5.1.6",
2023-07-20 19:39:16 +03:00
"vite": "^4.4.4",
"yjs": "^13.6.7"
2023-04-21 01:28:51 +03:00
},
2023-07-21 13:45:34 +03:00
"version": "0.7.0-canary.51"
}