mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 12:02:46 +03:00
97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"name": "@affine/core",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.9.0-canary.13",
|
|
"scripts": {
|
|
"build": "yarn -T run build-core",
|
|
"dev": "yarn -T run dev-core",
|
|
"static-server": "yarn -T run dev-core --static"
|
|
},
|
|
"exports": {
|
|
"./app": "./src/app.tsx",
|
|
"./router": "./src/router.ts",
|
|
"./bootstrap/setup": "./src/bootstrap/setup.ts",
|
|
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
|
|
"./components/pure/*": "./src/components/pure/*/index.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/component": "workspace:*",
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/graphql": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@affine/workspace": "workspace:*",
|
|
"@blocksuite/block-std": "0.0.0-20230921103931-38d8f07a-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230921103931-38d8f07a-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230921103931-38d8f07a-nightly",
|
|
"@blocksuite/global": "0.0.0-20230921103931-38d8f07a-nightly",
|
|
"@blocksuite/icons": "^2.1.33",
|
|
"@blocksuite/lit": "0.0.0-20230921103931-38d8f07a-nightly",
|
|
"@blocksuite/store": "0.0.0-20230921103931-38d8f07a-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.7",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@react-hookz/web": "^23.1.0",
|
|
"@toeverything/components": "^0.0.43",
|
|
"async-call-rpc": "^6.3.1",
|
|
"css-spring": "^4.1.0",
|
|
"cssnano": "^6.0.1",
|
|
"graphql": "^16.8.0",
|
|
"intl-segmenter-polyfill-rs": "^0.1.6",
|
|
"jotai": "^2.4.1",
|
|
"jotai-devtools": "^0.6.2",
|
|
"lit": "^2.8.0",
|
|
"lottie-web": "^5.12.2",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"next-auth": "^4.22.1",
|
|
"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.55",
|
|
"react-router-dom": "^6.15.0",
|
|
"rxjs": "^7.8.1",
|
|
"ses": "^0.18.8",
|
|
"swr": "2.2.0",
|
|
"valtio": "^1.11.2",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.6.8",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "3.400.0",
|
|
"@perfsee/webpack": "^1.8.4",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
"@sentry/webpack-plugin": "^2.7.0",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@swc/core": "^1.3.81",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@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",
|
|
"lodash-es": "^4.17.21",
|
|
"mime-types": "^2.1.35",
|
|
"raw-loader": "^4.0.2",
|
|
"source-map-loader": "^4.0.1",
|
|
"style-loader": "^3.3.3",
|
|
"swc-loader": "^0.2.3",
|
|
"swc-plugin-coverage-instrument": "^0.0.20",
|
|
"thread-loader": "^4.0.2",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-merge": "^5.9.0"
|
|
}
|
|
}
|