AFFiNE/packages/frontend/workspace/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@affine/workspace",
"private": true,
"exports": {
"./atom": "./src/atom.ts",
2023-07-20 05:44:50 +03:00
"./manager": "./src/manager/index.ts",
"./local/crud": "./src/local/crud.ts",
"./affine/*": "./src/affine/*.ts",
2023-07-03 17:29:37 +03:00
"./providers": "./src/providers/index.ts"
},
2023-04-11 01:41:07 +03:00
"peerDependencies": {
"@blocksuite/blocks": "*",
2023-11-17 10:50:01 +03:00
"@blocksuite/global": "*",
"@blocksuite/store": "*"
2023-04-11 01:41:07 +03:00
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/graphql": "workspace:*",
"@toeverything/hooks": "workspace:*",
2023-04-02 10:57:50 +03:00
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
2023-11-17 10:50:01 +03:00
"idb": "^7.1.1",
"is-svg": "^5.0.0",
"jotai": "^2.4.3",
"js-base64": "^3.7.5",
"ky": "^1.0.1",
2023-10-16 15:47:06 +03:00
"lib0": "^0.2.87",
"lodash-es": "^4.17.21",
"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",
"swr": "2.2.4",
"valtio": "^1.11.2",
"y-protocols": "^1.0.6",
"y-provider": "workspace:*",
2023-09-19 23:16:05 +03:00
"yjs": "^13.6.8",
"zod": "^3.22.4"
2023-03-30 11:22:26 +03:00
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
2023-10-16 15:47:06 +03:00
"@types/ws": "^8.5.7",
"fake-indexeddb": "^5.0.0",
"vitest": "0.34.6",
"ws": "^8.14.2"
2023-04-21 01:28:51 +03:00
},
2023-11-21 05:02:46 +03:00
"version": "0.10.3-canary.0"
}