mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 19:14:08 +03:00
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "@affine/core",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.7.0-canary.52",
|
|
"scripts": {
|
|
"build": "yarn -T run build-core",
|
|
"dev": "yarn -T run dev-core",
|
|
"static-server": "ts-node-esm ./server.mts"
|
|
},
|
|
"dependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/component": "workspace:*",
|
|
"@affine/copilot": "workspace:*",
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/graphql": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/jotai": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@affine/workspace": "workspace:*",
|
|
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@blocksuite/icons": "^2.1.27",
|
|
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/material": "^5.14.2",
|
|
"@react-hookz/web": "^23.1.0",
|
|
"async-call-rpc": "^6.3.1",
|
|
"cmdk": "^0.2.0",
|
|
"css-spring": "^4.1.0",
|
|
"cssnano": "^6.0.1",
|
|
"graphql": "^16.7.1",
|
|
"jotai": "^2.2.2",
|
|
"jotai-devtools": "^0.6.0",
|
|
"lit": "^2.7.6",
|
|
"lottie-web": "^5.12.2",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"next-themes": "^0.2.1",
|
|
"postcss-loader": "^7.3.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-is": "18.2.0",
|
|
"react-resizable-panels": "^0.0.54",
|
|
"react-router-dom": "^6.14.2",
|
|
"rxjs": "^7.8.1",
|
|
"ses": "^0.18.5",
|
|
"swr": "2.1.5",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.6.7",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@perfsee/webpack": "^1.8.2",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
"@sentry/webpack-plugin": "^2.5.0",
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@swc/core": "^1.3.71",
|
|
"@types/webpack-env": "^1.18.1",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.8.1",
|
|
"express": "^4.18.2",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"raw-loader": "^4.0.2",
|
|
"style-loader": "^3.3.3",
|
|
"swc-loader": "^0.2.3",
|
|
"swc-plugin-coverage-instrument": "^0.0.19",
|
|
"thread-loader": "^4.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-merge": "^5.9.0"
|
|
}
|
|
}
|