AFFiNE/apps/core/package.json

81 lines
2.5 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-07-16 18:27:39 +03:00
"version": "0.7.0-canary.47",
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:*",
"@blocksuite/block-std": "0.0.0-20230717055529-79180930-nightly",
"@blocksuite/blocks": "0.0.0-20230717055529-79180930-nightly",
"@blocksuite/editor": "0.0.0-20230717055529-79180930-nightly",
"@blocksuite/global": "0.0.0-20230717055529-79180930-nightly",
"@blocksuite/icons": "^2.1.25",
"@blocksuite/lit": "0.0.0-20230717055529-79180930-nightly",
"@blocksuite/store": "0.0.0-20230717055529-79180930-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-06-25 12:47:48 +03:00
"@mui/material": "^5.13.6",
2023-07-01 11:26:43 +03:00
"@react-hookz/web": "^23.1.0",
"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",
2023-06-26 12:58:24 +03:00
"jotai-devtools": "^0.6.0",
2023-06-04 20:00:41 +03:00
"lit": "^2.7.5",
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-01 11:26:43 +03:00
"react-resizable-panels": "^0.0.53",
2023-07-18 19:53:10 +03:00
"react-router-dom": "^6.14.1",
"rxjs": "^7.8.1",
2023-04-28 01:59:54 +03:00
"swr": "^2.1.5",
"y-protocols": "^1.0.5",
2023-06-26 12:58:24 +03:00
"yjs": "^13.6.6",
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",
"@sentry/webpack-plugin": "^2.4.0",
"@svgr/webpack": "^8.0.1",
"@swc/core": "^1.3.70",
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-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-18 19:53:10 +03:00
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
2022-10-14 08:26:06 +03:00
}