mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-08 12:07:32 +03:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@toeverything/plugin-infra",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"./entry": {
|
|
"type": "./dist/src/entry.d.ts",
|
|
"import": "./dist/entry.js",
|
|
"require": "./dist/entry.cjs"
|
|
},
|
|
"./atom": {
|
|
"type": "./dist/src/atom.d.ts",
|
|
"import": "./dist/atom.js",
|
|
"require": "./dist/atom.cjs"
|
|
},
|
|
"./type": {
|
|
"type": "./dist/src/type.d.ts",
|
|
"import": "./dist/type.js",
|
|
"require": "./dist/type.cjs"
|
|
},
|
|
"./__internal__/workspace": {
|
|
"type": "./dist/src/__internal__/workspace.d.ts",
|
|
"import": "./dist/__internal__/workspace.js",
|
|
"require": "./dist/__internal__/workspace.cjs"
|
|
},
|
|
"./__internal__/react": {
|
|
"type": "./dist/src/__internal__/react.d.ts",
|
|
"import": "./dist/__internal__/react.js",
|
|
"require": "./dist/__internal__/react.cjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.0.0-20230730071529-580daeb9-nightly",
|
|
"@blocksuite/store": "0.0.0-20230730071529-580daeb9-nightly",
|
|
"jotai": "^2.2.2",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230730071529-580daeb9-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230730071529-580daeb9-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230730071529-580daeb9-nightly",
|
|
"vite": "^4.4.7",
|
|
"vite-plugin-dts": "3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/lit": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.8.0-canary.5"
|
|
}
|