Files
AFFiNE-Mirror/blocksuite/playground/package.json
2025-06-24 14:43:39 +08:00

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.12",
"@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.11",
"lit": "^3.2.0",
"lz-string": "^1.5.0",
"rxjs": "^7.8.1",
"tweakpane": "^4.0.4",
"y-indexeddb": "^9.0.12",
"y-protocols": "^1.0.6",
"yjs": "^13.6.21",
"zod": "^3.23.8"
},
"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.11",
"vite": "^6.0.3",
"vite-plugin-istanbul": "^7.0.0",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-web-components-hmr": "^0.1.3"
},
"version": "0.22.4"
}