mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-11 13:32:48 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "@affine/docs",
|
|
"version": "0.8.0-canary.6",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "waku dev",
|
|
"build": "waku build",
|
|
"build:vercel": "waku build && cp -Lr ./dist/.vercel/output ./.vercel/"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@blocksuite/block-std": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"@blocksuite/global": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"@blocksuite/store": "0.0.0-20230731152415-fdd3d9b0-nightly",
|
|
"express": "^4.18.2",
|
|
"jotai": "^2.2.2",
|
|
"react": "18.3.0-canary-1fdacbefd-20230630",
|
|
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
|
"react-server-dom-webpack": "18.3.0-canary-1fdacbefd-20230630",
|
|
"waku": "0.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.17",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vanilla-extract/css": "^1.12.0",
|
|
"@vanilla-extract/vite-plugin": "^3.8.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|