mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 04:53:14 +03:00
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "@affine/vue-hello-world-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Vue hello world plugin",
|
|
"version": "0.9.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:*",
|
|
"element-plus": "^2.3.12",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*"
|
|
}
|
|
}
|