mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"name": "@affine/datacenter",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "./src/index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"devDependencies": {
|
|
"fake-indexeddb": "4.0.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@blocksuite/blocks": "0.5.0-20230313100532-099b92b",
|
|
"@blocksuite/store": "0.5.0-20230313100532-099b92b",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"encoding": "^0.1.13",
|
|
"firebase": "^9.17.1",
|
|
"idb-keyval": "^6.2.0",
|
|
"js-base64": "^3.7.5",
|
|
"ky": "^0.33.2",
|
|
"ky-universal": "^0.11.0",
|
|
"lib0": "^0.2.63",
|
|
"lit": "^2.6.1",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.5.48"
|
|
}
|
|
}
|