mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 01:54:54 +03:00
43 lines
979 B
JSON
43 lines
979 B
JSON
{
|
|
"name": "@affine/datacenter",
|
|
"version": "0.3.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
"./src/*": "./dist/src/*.js",
|
|
".": "./dist/src/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project ./tsconfig.json",
|
|
"test": "playwright test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.29.1",
|
|
"@types/debug": "^4.1.7",
|
|
"fake-indexeddb": "4.0.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/blocks": "^0.3.1",
|
|
"@blocksuite/store": "^0.3.1",
|
|
"debug": "^4.3.4",
|
|
"encoding": "^0.1.13",
|
|
"firebase": "^9.15.0",
|
|
"idb-keyval": "^6.2.0",
|
|
"ky": "^0.33.0",
|
|
"ky-universal": "^0.11.0",
|
|
"lib0": "^0.2.58",
|
|
"swr": "^2.0.0",
|
|
"yjs": "^13.5.44",
|
|
"y-protocols": "^1.0.5"
|
|
}
|
|
}
|