mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 18:42:11 +03:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@toeverything/plugin-infra",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"./manager": {
|
|
"type": "./dist/manager.d.ts",
|
|
"import": "./dist/manager.js",
|
|
"require": "./dist/manager.cjs"
|
|
},
|
|
"./type": {
|
|
"type": "./dist/type.d.ts",
|
|
"import": "./dist/type.js",
|
|
"require": "./dist/type.cjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
"@blocksuite/global": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
"@blocksuite/store": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
"jotai": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"jotai": "^2.2.2",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-dts": "3.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*",
|
|
"jotai": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.7.0-canary.40"
|
|
}
|