mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:44:14 +03:00
41 lines
859 B
JSON
41 lines
859 B
JSON
{
|
|
"name": "@toeverything/y-indexeddb",
|
|
"type": "module",
|
|
"version": "0.5.4-canary.7",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.umd.cjs",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"idb": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230420210727-85b7de79-nightly",
|
|
"@blocksuite/store": "0.0.0-20230420210727-85b7de79-nightly",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-dts": "^2.2.0",
|
|
"y-indexeddb": "^9.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"yjs": "^13.5.51"
|
|
},
|
|
"stableVersion": "0.5.2"
|
|
}
|