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-08-25 21:15:50 +03:00
"version": "0.9.0-canary.0",
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:*",
2023-08-28 09:47:04 +03:00
"@blocksuite/block-std": "0.0.0-20230827224823-81f8728e-nightly",
"@blocksuite/blocks": "0.0.0-20230827224823-81f8728e-nightly",
"@blocksuite/editor": "0.0.0-20230827224823-81f8728e-nightly",
"@blocksuite/global": "0.0.0-20230827224823-81f8728e-nightly",
"@blocksuite/lit": "0.0.0-20230827224823-81f8728e-nightly",
"@blocksuite/store": "0.0.0-20230827224823-81f8728e-nightly",
2023-06-25 16:18:23 +03:00
"express": "^4.18.2",
2023-08-25 19:52:33 +03:00
"jotai": "^2.4.0",
2023-08-10 18:21:11 +03:00
"react": "18.3.0-canary-7118f5dd7-20230705",
"react-dom": "18.3.0-canary-7118f5dd7-20230705",
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
2023-08-05 03:00:36 +03:00
"waku": "0.14.0"
2023-06-25 16:18:23 +03:00
},
"devDependencies": {
2023-08-25 19:52:33 +03:00
"@types/react": "^18.2.21",
2023-07-22 16:10:20 +03:00
"@types/react-dom": "^18.2.7",
2023-08-25 19:52:33 +03:00
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/vite-plugin": "^3.9.0",
2023-08-16 22:53:33 +03:00
"autoprefixer": "^10.4.15",
2023-07-22 16:10:20 +03:00
"tailwindcss": "^3.3.3",
2023-08-25 19:52:33 +03:00
"typescript": "^5.2.2"
2023-06-25 16:18:23 +03:00
}
}