AFFiNE/apps/docs/package.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2023-06-25 16:18:23 +03:00
{
"name": "@affine/docs",
2023-06-30 12:39:42 +03:00
"version": "0.7.0-canary.26",
2023-06-25 16:18:23 +03:00
"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-20230630081054-55a25248-nightly",
"@blocksuite/blocks": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/editor": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/global": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/lit": "0.0.0-20230630081054-55a25248-nightly",
"@blocksuite/store": "0.0.0-20230630081054-55a25248-nightly",
2023-06-25 16:18:23 +03:00
"express": "^4.18.2",
2023-06-25 17:25:13 +03:00
"jotai": "^2.2.1",
2023-06-27 08:23:54 +03:00
"react": "18.3.0-canary-8ec962d82-20230623",
"react-dom": "18.3.0-canary-8ec962d82-20230623",
"react-server-dom-webpack": "18.3.0-canary-8ec962d82-20230623",
2023-06-25 16:18:23 +03:00
"waku": "0.12.1"
},
"devDependencies": {
2023-06-27 06:32:24 +03:00
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
2023-06-25 16:18:23 +03:00
"@vanilla-extract/css": "^1.11.1",
"@vanilla-extract/vite-plugin": "^3.8.2",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.2",
2023-06-28 15:57:33 +03:00
"typescript": "^5.1.5"
2023-06-25 16:18:23 +03:00
}
}