mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-01 20:08:06 +03:00
6c2c7dcd48
- document folder - full-text search - blob storage - basic edgeless support Co-authored-by: tzhangchi <terry.zhangchi@outlook.com> Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com> Co-authored-by: DiamondThree <diamond.shx@gmail.com> Co-authored-by: MingLiang Wang <mingliangwang0o0@gmail.com> Co-authored-by: JimmFly <yangjinfei001@gmail.com> Co-authored-by: Yifeng Wang <doodlewind@toeverything.info> Co-authored-by: Himself65 <himself65@outlook.com> Co-authored-by: lawvs <18554747+lawvs@users.noreply.github.com> Co-authored-by: Qi <474021214@qq.com>
35 lines
745 B
JSON
35 lines
745 B
JSON
{
|
|
"name": "@affine/data-services",
|
|
"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",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"encoding": "^0.1.13",
|
|
"firebase": "^9.13.0",
|
|
"ky": "^0.33.0",
|
|
"lib0": "^0.2.58",
|
|
"swr": "^2.0.0",
|
|
"y-protocols": "^1.0.5"
|
|
}
|
|
}
|