AFFiNE/plugins/outline/package.json

30 lines
634 B
JSON
Raw Normal View History

{
"name": "@affine/outline-plugin",
"type": "module",
"private": true,
"description": "Outline plugin",
2023-08-25 21:15:50 +03:00
"version": "0.9.0-canary.0",
"scripts": {
"dev": "af dev",
"build": "af build"
},
"affinePlugin": {
"release": "development",
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
2023-08-16 22:53:33 +03:00
"@blocksuite/icons": "^2.1.31",
"@toeverything/components": "^0.0.19"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
2023-08-25 19:52:33 +03:00
"jotai": "^2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}