mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 21:52:39 +03:00
38 lines
969 B
JSON
38 lines
969 B
JSON
{
|
|
"name": "@affine/sdk",
|
|
"version": "0.10.0-canary.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"exports": {
|
|
"./entry": {
|
|
"types": "./dist/src/entry.d.ts",
|
|
"import": "./dist/entry.js",
|
|
"require": "./dist/entry.cjs"
|
|
},
|
|
"./server": {
|
|
"types": "./dist/src/server.d.ts",
|
|
"import": "./dist/server.js",
|
|
"require": "./dist/server.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@blocksuite/block-std": "0.0.0-20231024064721-2aee7119-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20231024064721-2aee7119-nightly",
|
|
"@blocksuite/editor": "0.0.0-20231024064721-2aee7119-nightly",
|
|
"@blocksuite/global": "0.0.0-20231024064721-2aee7119-nightly",
|
|
"@blocksuite/store": "0.0.0-20231024064721-2aee7119-nightly",
|
|
"jotai": "^2.4.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-dts": "3.6.0"
|
|
}
|
|
}
|