Files
AFFiNE-Mirror/packages/plugins/outline/package.json
Cats Juice 9c50dbc362 feat(core): remove all imports from design/component (#5078)
feat(core): remove all imports from design/component

feat(plugin): remove imports from design-components

feat(storybook): remove design-components imoprts

feat(core): remove

fix(component): remove design/component import in local-demo-tip
2023-12-04 08:32:16 +00:00

29 lines
591 B
JSON

{
"name": "@affine/outline-plugin",
"type": "module",
"private": true,
"description": "Outline plugin",
"version": "0.10.3-canary.2",
"scripts": {
"dev": "af dev",
"build": "af build"
},
"affinePlugin": {
"release": "development",
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "2.1.36"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
"jotai": "^2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}