AFFiNE/packages/frontend/core/package.json

100 lines
3.2 KiB
JSON
Raw Normal View History

2022-10-14 08:26:06 +03:00
{
2023-07-18 19:53:10 +03:00
"name": "@affine/core",
"type": "module",
"private": true,
2023-11-07 04:55:30 +03:00
"version": "0.10.0-canary.13",
2022-10-14 08:26:06 +03:00
"scripts": {
2023-07-18 19:53:10 +03:00
"build": "yarn -T run build-core",
"dev": "yarn -T run dev-core",
"static-server": "yarn -T run dev-core --static"
2022-10-14 08:26:06 +03:00
},
2023-08-15 23:34:02 +03:00
"exports": {
"./app": "./src/app.tsx",
"./router": "./src/router.ts",
"./bootstrap/setup": "./src/bootstrap/setup.ts",
2023-09-22 17:31:26 +03:00
"./bootstrap/register-plugins": "./src/bootstrap/register-plugins.ts",
"./components/pure/*": "./src/components/pure/*/index.tsx"
2023-08-15 23:34:02 +03:00
},
2022-10-14 08:26:06 +03:00
"dependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/component": "workspace:*",
2023-03-02 05:13:45 +03:00
"@affine/debug": "workspace:*",
2023-03-02 04:26:55 +03:00
"@affine/env": "workspace:*",
"@affine/graphql": "workspace:*",
2023-02-23 10:07:46 +03:00
"@affine/i18n": "workspace:*",
2023-03-22 01:39:13 +03:00
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
2023-11-02 12:12:23 +03:00
"@blocksuite/block-std": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/blocks": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/editor": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/global": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/icons": "2.1.35",
2023-11-02 12:12:23 +03:00
"@blocksuite/lit": "0.0.0-20231101080734-aa27dc89-nightly",
"@blocksuite/store": "0.0.0-20231101080734-aa27dc89-nightly",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
2023-05-08 06:23:55 +03:00
"@emotion/cache": "^11.11.0",
2023-06-15 10:03:20 +03:00
"@emotion/react": "^11.11.1",
2023-05-08 06:23:55 +03:00
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@marsidev/react-turnstile": "^0.3.1",
"@mui/material": "^5.14.14",
2023-10-12 05:46:52 +03:00
"@radix-ui/react-select": "^2.0.0",
2023-07-01 11:26:43 +03:00
"@react-hookz/web": "^23.1.0",
"@toeverything/components": "^0.0.46",
"async-call-rpc": "^6.3.1",
"bytes": "^3.1.2",
2022-10-17 07:55:34 +03:00
"css-spring": "^4.1.0",
2023-07-18 19:53:10 +03:00
"cssnano": "^6.0.1",
"graphql": "^16.8.1",
2023-08-30 02:21:18 +03:00
"intl-segmenter-polyfill-rs": "^0.1.6",
"jotai": "^2.4.3",
2023-10-16 15:47:06 +03:00
"jotai-devtools": "^0.7.0",
2023-08-11 22:36:10 +03:00
"lit": "^2.8.0",
2023-06-15 10:03:20 +03:00
"lottie-web": "^5.12.2",
2023-07-18 19:53:10 +03:00
"mini-css-extract-plugin": "^2.7.6",
"next-auth": "^4.23.2",
2023-03-04 10:36:20 +03:00
"next-themes": "^0.2.1",
2023-07-18 19:53:10 +03:00
"postcss-loader": "^7.3.3",
2023-07-14 08:33:43 +03:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-07-18 19:53:10 +03:00
"react-is": "18.2.0",
2023-08-16 22:53:33 +03:00
"react-resizable-panels": "^0.0.55",
"react-router-dom": "^6.16.0",
"rxjs": "^7.8.1",
2023-09-15 00:42:06 +03:00
"ses": "^0.18.8",
"swr": "2.2.4",
2023-08-29 14:21:04 +03:00
"valtio": "^1.11.2",
"y-protocols": "^1.0.6",
2023-09-19 23:16:05 +03:00
"yjs": "^13.6.8",
"zod": "^3.22.4"
2022-10-14 08:26:06 +03:00
},
"devDependencies": {
"@aws-sdk/client-s3": "3.433.0",
2023-08-11 22:36:10 +03:00
"@perfsee/webpack": "^1.8.4",
2023-08-16 22:53:33 +03:00
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
2023-10-16 15:47:06 +03:00
"@sentry/webpack-plugin": "^2.8.0",
2023-08-16 22:53:33 +03:00
"@svgr/webpack": "^8.1.0",
2023-10-16 15:47:06 +03:00
"@swc/core": "^1.3.93",
"@types/bytes": "^3.1.3",
2023-09-01 02:50:03 +03:00
"@types/lodash-es": "^4.17.9",
2023-10-16 15:47:06 +03:00
"@types/webpack-env": "^1.18.2",
2023-07-18 19:53:10 +03:00
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
2023-06-30 20:17:31 +03:00
"express": "^4.18.2",
2023-07-18 19:53:10 +03:00
"html-webpack-plugin": "^5.5.3",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
2023-01-09 06:49:37 +03:00
"raw-loader": "^4.0.2",
2023-08-04 02:05:46 +03:00
"source-map-loader": "^4.0.1",
2023-07-19 18:52:21 +03:00
"style-loader": "^3.3.3",
2023-07-18 19:53:10 +03:00
"swc-loader": "^0.2.3",
2023-08-11 22:36:10 +03:00
"swc-plugin-coverage-instrument": "^0.0.20",
2023-07-18 19:53:10 +03:00
"thread-loader": "^4.0.2",
2023-10-16 15:47:06 +03:00
"webpack": "^5.89.0",
2023-07-18 19:53:10 +03:00
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
2022-10-14 08:26:06 +03:00
}