AFFiNE/plugins/vue-hello-world/package.json
2023-09-21 01:02:19 -05:00

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:*"
}
}