mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@blocksuite/playground",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"dev:hmr": "WC_HMR=1 vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@blocksuite/affine-components": "workspace:*",
|
|
"@blocksuite/affine-model": "workspace:*",
|
|
"@blocksuite/affine-shared": "workspace:*",
|
|
"@blocksuite/data-view": "workspace:*",
|
|
"@blocksuite/icons": "^2.2.17",
|
|
"@blocksuite/integration-test": "workspace:*",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@shoelace-style/shoelace": "2.20.1",
|
|
"@toeverything/pdf-viewer": "^0.1.1",
|
|
"@toeverything/pdfium": "^0.1.1",
|
|
"@toeverything/y-indexeddb": "0.10.0-canary.9",
|
|
"@types/katex": "^0.16.7",
|
|
"browser-fs-access": "^0.37.0",
|
|
"jszip": "^3.10.1",
|
|
"katex": "^0.16.27",
|
|
"lit": "^3.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"rxjs": "^7.8.2",
|
|
"tweakpane": "^4.0.5",
|
|
"y-indexeddb": "^9.0.12",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.27",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tweakpane/core": "^2.0.4",
|
|
"@types/micromatch": "^4.0.9",
|
|
"@vanilla-extract/vite-plugin": "^5.0.0",
|
|
"graphql": "^16.9.0",
|
|
"magic-string": "^0.30.21",
|
|
"vite": "^7.2.7",
|
|
"vite-plugin-istanbul": "^7.2.1",
|
|
"vite-plugin-wasm": "^3.5.0",
|
|
"vite-plugin-web-components-hmr": "^0.1.3"
|
|
},
|
|
"version": "0.26.0"
|
|
}
|