2023-08-06 06:59:14 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/vue-hello-world-plugin",
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"description": "Vue hello world plugin",
|
2023-09-08 01:22:44 +03:00
|
|
|
"version": "0.9.0-canary.11",
|
2023-08-06 06:59:14 +03:00
|
|
|
"scripts": {
|
|
|
|
"dev": "af dev",
|
|
|
|
"build": "af build"
|
|
|
|
},
|
|
|
|
"affinePlugin": {
|
|
|
|
"release": "development",
|
|
|
|
"entry": {
|
|
|
|
"core": "./src/index.ts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
|
|
|
"@affine/sdk": "workspace:*",
|
2023-09-01 02:50:03 +03:00
|
|
|
"element-plus": "^2.3.12",
|
2023-08-06 06:59:14 +03:00
|
|
|
"vue": "^3.3.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine/plugin-cli": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|