AFFiNE/apps/core/package.json

85 lines
2.7 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-08-10 07:34:30 +03:00
"version": "0.8.0-canary.16",
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": "ts-node-esm ./server.mts"
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:*",
"@affine/jotai": "workspace:*",
2023-03-22 01:39:13 +03:00
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
2023-08-10 22:56:16 +03:00
"@blocksuite/block-std": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/blocks": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/editor": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/global": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/icons": "^2.1.31",
2023-08-10 22:56:16 +03:00
"@blocksuite/lit": "0.0.0-20230810154852-8a8eccea-nightly",
"@blocksuite/store": "0.0.0-20230810154852-8a8eccea-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",
2023-07-27 07:02:18 +03:00
"@mui/material": "^5.14.2",
2023-07-01 11:26:43 +03:00
"@react-hookz/web": "^23.1.0",
2023-08-08 20:14:24 +03:00
"@toeverything/components": "^0.0.10",
"async-call-rpc": "^6.3.1",
2023-03-20 10:05:02 +03:00
"cmdk": "^0.2.0",
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",
2023-06-26 12:58:24 +03:00
"graphql": "^16.7.1",
2023-07-07 04:55:11 +03:00
"jotai": "^2.2.2",
"jotai-devtools": "^0.6.1",
2023-07-20 19:39:16 +03:00
"lit": "^2.7.6",
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",
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-07-22 16:10:20 +03:00
"react-resizable-panels": "^0.0.54",
2023-07-20 19:39:16 +03:00
"react-router-dom": "^6.14.2",
"rxjs": "^7.8.1",
2023-07-20 13:52:29 +03:00
"ses": "^0.18.5",
2023-07-20 19:39:16 +03:00
"swr": "2.1.5",
"y-protocols": "^1.0.5",
2023-07-20 19:39:16 +03:00
"yjs": "^13.6.7",
2023-03-20 10:05:02 +03:00
"zod": "^3.21.4"
2022-10-14 08:26:06 +03:00
},
"devDependencies": {
2023-06-15 10:03:20 +03:00
"@perfsee/webpack": "^1.8.2",
2023-07-18 19:53:10 +03:00
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
2023-07-27 07:02:18 +03:00
"@sentry/webpack-plugin": "^2.5.0",
2023-07-18 19:53:10 +03:00
"@svgr/webpack": "^8.0.1",
2023-08-07 03:54:28 +03:00
"@swc/core": "^1.3.74",
2023-05-31 13:16:18 +03:00
"@types/webpack-env": "^1.18.1",
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",
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",
"swc-plugin-coverage-instrument": "^0.0.19",
"thread-loader": "^4.0.2",
2023-06-30 20:17:31 +03:00
"ts-node": "^10.9.1",
2023-07-20 19:39:16 +03:00
"webpack": "^5.88.2",
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
}