mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 08:36:22 +08:00
30e62bd2c6
ses@1 makes [this line](https://github.com/lit/lit/blob/lit-html%403.1.0/packages/reactive-element/src/reactive-element.ts#L406) throw an error: `TypeError: Cannot add property metadata, object is not extensible.`
25 lines
543 B
JSON
25 lines
543 B
JSON
{
|
|
"name": "@affine/plugin-cli",
|
|
"type": "module",
|
|
"version": "0.10.3-canary.2",
|
|
"bin": {
|
|
"af": "./src/af.mjs"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"tsconfig.json"
|
|
],
|
|
"dependencies": {
|
|
"@endo/static-module-record": "0.8.2",
|
|
"@plugxjs/vite-plugin": "0.1.0",
|
|
"@swc/core": "^1.3.93",
|
|
"@toeverything/infra": "workspace:^",
|
|
"@vanilla-extract/rollup-plugin": "^1.3.0",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"rollup": "^4.0.0",
|
|
"rollup-plugin-swc3": "^0.10.2",
|
|
"ts-node": "^10.9.1",
|
|
"vue": "^3.3.4"
|
|
}
|
|
}
|