2023-04-02 10:57:50 +03:00
|
|
|
{
|
|
|
|
"name": "@toeverything/y-indexeddb",
|
|
|
|
"type": "module",
|
2023-04-29 13:23:48 +03:00
|
|
|
"version": "0.5.4-canary.19",
|
2023-04-02 10:57:50 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
2023-04-21 01:45:45 +03:00
|
|
|
"access": "public",
|
2023-04-02 10:57:50 +03:00
|
|
|
"main": "dist/index.umd.cjs",
|
|
|
|
"module": "dist/index.js",
|
2023-05-01 02:40:24 +03:00
|
|
|
"types": "dist/index.d.ts",
|
2023-04-02 10:57:50 +03:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
"require": "./dist/index.umd.cjs"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"idb": "^7.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-01 04:03:40 +03:00
|
|
|
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
|
2023-04-28 01:59:54 +03:00
|
|
|
"vite": "^4.3.3",
|
2023-04-23 09:42:27 +03:00
|
|
|
"vite-plugin-dts": "^2.3.0",
|
2023-04-12 01:29:44 +03:00
|
|
|
"y-indexeddb": "^9.0.10"
|
2023-04-02 10:57:50 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"yjs": "^13.5.51"
|
2023-04-20 11:34:00 +03:00
|
|
|
},
|
|
|
|
"stableVersion": "0.5.2"
|
2023-04-02 10:57:50 +03:00
|
|
|
}
|