2023-03-23 19:17:38 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/workspace",
|
|
|
|
"private": true,
|
|
|
|
"exports": {
|
2023-03-31 02:21:26 +03:00
|
|
|
"./atom": "./src/atom.ts",
|
2023-07-20 05:44:50 +03:00
|
|
|
"./manager": "./src/manager/index.ts",
|
2023-03-23 19:17:38 +03:00
|
|
|
"./type": "./src/type.ts",
|
2023-06-26 10:55:44 +03:00
|
|
|
"./migration": "./src/migration/index.ts",
|
2023-04-02 09:34:57 +03:00
|
|
|
"./local/crud": "./src/local/crud.ts",
|
2023-09-06 10:44:53 +03:00
|
|
|
"./affine": "./src/affine/index.ts",
|
|
|
|
"./affine/*": "./src/affine/*.ts",
|
2023-07-03 17:29:37 +03:00
|
|
|
"./providers": "./src/providers/index.ts"
|
2023-03-23 19:17:38 +03:00
|
|
|
},
|
2023-04-11 01:41:07 +03:00
|
|
|
"peerDependencies": {
|
2023-04-15 01:07:41 +03:00
|
|
|
"@blocksuite/blocks": "*",
|
|
|
|
"@blocksuite/store": "*"
|
2023-04-11 01:41:07 +03:00
|
|
|
},
|
2023-03-23 19:17:38 +03:00
|
|
|
"dependencies": {
|
2023-03-30 04:44:51 +03:00
|
|
|
"@affine-test/fixtures": "workspace:*",
|
2023-03-23 19:17:38 +03:00
|
|
|
"@affine/debug": "workspace:*",
|
|
|
|
"@affine/env": "workspace:*",
|
2023-08-29 13:07:05 +03:00
|
|
|
"@affine/graphql": "workspace:*",
|
2023-05-12 00:37:42 +03:00
|
|
|
"@toeverything/hooks": "workspace:*",
|
2023-04-02 10:57:50 +03:00
|
|
|
"@toeverything/y-indexeddb": "workspace:*",
|
2023-06-24 20:16:46 +03:00
|
|
|
"async-call-rpc": "^6.3.1",
|
2023-10-10 20:51:47 +03:00
|
|
|
"jotai": "^2.4.3",
|
2023-03-23 19:17:38 +03:00
|
|
|
"js-base64": "^3.7.5",
|
2023-09-18 22:20:13 +03:00
|
|
|
"ky": "^1.0.1",
|
2023-10-16 15:47:06 +03:00
|
|
|
"lib0": "^0.2.87",
|
2023-10-10 20:51:47 +03:00
|
|
|
"nanoid": "^5.0.1",
|
|
|
|
"next-auth": "^4.23.2",
|
2023-07-14 08:33:43 +03:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-08-30 02:21:18 +03:00
|
|
|
"socket.io-client": "^4.7.2",
|
2023-08-29 20:07:15 +03:00
|
|
|
"swr": "2.2.0",
|
2023-10-10 20:51:47 +03:00
|
|
|
"valtio": "^1.11.2",
|
2023-09-29 06:02:26 +03:00
|
|
|
"y-protocols": "^1.0.6",
|
2023-10-17 03:47:05 +03:00
|
|
|
"y-provider": "workspace:*",
|
2023-09-19 23:16:05 +03:00
|
|
|
"yjs": "^13.6.8",
|
2023-10-10 20:51:47 +03:00
|
|
|
"zod": "^3.22.4"
|
2023-03-30 11:22:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-10 20:51:47 +03:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-10-16 15:47:06 +03:00
|
|
|
"@types/ws": "^8.5.7",
|
|
|
|
"fake-indexeddb": "^5.0.0",
|
2023-10-10 20:51:47 +03:00
|
|
|
"vitest": "0.34.6",
|
2023-09-29 06:02:26 +03:00
|
|
|
"ws": "^8.14.2"
|
2023-04-21 01:28:51 +03:00
|
|
|
},
|
2023-10-17 00:30:17 +03:00
|
|
|
"version": "0.10.0-canary.1"
|
2023-03-23 19:17:38 +03:00
|
|
|
}
|