mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 18:12:54 +03:00
30 lines
635 B
JSON
30 lines
635 B
JSON
{
|
|
"name": "@affine/outline-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Outline plugin",
|
|
"version": "0.9.0-canary.11",
|
|
"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.33",
|
|
"@toeverything/components": "^0.0.34"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*",
|
|
"jotai": "^2.4.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|