AFFiNE/plugins/outline/package.json

30 lines
635 B
JSON
Raw Normal View History

{
"name": "@affine/outline-plugin",
"type": "module",
"private": true,
"description": "Outline plugin",
2023-08-24 19:30:29 +03:00
"version": "0.8.0-canary.34",
"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",
2023-08-25 05:45:16 +03:00
"@toeverything/components": "^0.0.17"
},
"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"
}
}