Files
AFFiNE-Mirror/plugins/outline/package.json
Alex Yang 6f9dfcc3c1 feat: add outline plugin (#3624)
Co-authored-by: codert <codert.sn@gmail.com>
2023-08-16 02:34:26 -05:00

30 lines
634 B
JSON

{
"name": "@affine/outline-plugin",
"type": "module",
"private": true,
"description": "Outline plugin",
"version": "0.8.0-canary.13",
"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.29",
"@toeverything/components": "^0.0.8"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
"jotai": "^2.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}