mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 09:43:42 +03:00
26 lines
508 B
JSON
26 lines
508 B
JSON
{
|
|
"name": "@toeverything/plugin-infra",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"exports": {
|
|
"./manager": "./src/manager.ts",
|
|
"./type": "./src/type.ts",
|
|
"./react": "./src/react/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/workspace": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"jotai": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"jotai": "*",
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
}
|
|
}
|