mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:12:53 +03:00
54 lines
1.4 KiB
JSON
54 lines
1.4 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"
|
|
},
|
|
"./__internal__/workspace": {
|
|
"type": "./dist/__internal__/workspace.d.ts",
|
|
"import": "./dist/__internal__/workspace.js",
|
|
"require": "./dist/__internal__/workspace.cjs"
|
|
},
|
|
"./__internal__/react": {
|
|
"type": "./dist/__internal__/react.d.ts",
|
|
"import": "./dist/__internal__/react.js",
|
|
"require": "./dist/__internal__/react.cjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.0.0-20230717055529-79180930-nightly",
|
|
"@blocksuite/store": "0.0.0-20230717055529-79180930-nightly",
|
|
"jotai": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230717055529-79180930-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230717055529-79180930-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230717055529-79180930-nightly",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-dts": "3.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/lit": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.7.0-canary.47"
|
|
}
|