2022-10-14 08:26:06 +03:00
|
|
|
{
|
2023-03-25 06:25:27 +03:00
|
|
|
"name": "@affine/web",
|
2023-03-01 10:40:01 +03:00
|
|
|
"private": true,
|
2023-07-11 07:59:12 +03:00
|
|
|
"version": "0.7.0-canary.40",
|
2022-10-14 08:26:06 +03:00
|
|
|
"scripts": {
|
2023-04-14 00:22:49 +03:00
|
|
|
"dev": "next dev",
|
2023-07-04 08:37:06 +03:00
|
|
|
"build": "next build && next export",
|
|
|
|
"start": "NODE_ENV=development next start",
|
|
|
|
"static-server": "ts-node-esm server.mts"
|
2022-10-14 08:26:06 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-30 04:44:51 +03:00
|
|
|
"@affine-test/fixtures": "workspace:*",
|
2023-02-09 07:19:11 +03:00
|
|
|
"@affine/component": "workspace:*",
|
2023-05-30 13:02:49 +03:00
|
|
|
"@affine/copilot": "workspace:*",
|
2023-03-02 05:13:45 +03:00
|
|
|
"@affine/debug": "workspace:*",
|
2023-03-02 04:26:55 +03:00
|
|
|
"@affine/env": "workspace:*",
|
2023-04-25 05:13:52 +03:00
|
|
|
"@affine/graphql": "workspace:*",
|
2023-02-23 10:07:46 +03:00
|
|
|
"@affine/i18n": "workspace:*",
|
2023-03-31 20:40:30 +03:00
|
|
|
"@affine/jotai": "workspace:*",
|
2023-03-22 01:39:13 +03:00
|
|
|
"@affine/templates": "workspace:*",
|
2023-03-23 19:17:38 +03:00
|
|
|
"@affine/workspace": "workspace:*",
|
2023-07-11 07:28:01 +03:00
|
|
|
"@blocksuite/block-std": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
|
|
"@blocksuite/blocks": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
|
|
"@blocksuite/editor": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
|
|
"@blocksuite/global": "0.0.0-20230711013419-0b07ee2d-nightly",
|
2023-07-01 11:26:43 +03:00
|
|
|
"@blocksuite/icons": "^2.1.24",
|
2023-07-11 07:28:01 +03:00
|
|
|
"@blocksuite/lit": "0.0.0-20230711013419-0b07ee2d-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20230711013419-0b07ee2d-nightly",
|
2023-04-06 21:21:45 +03:00
|
|
|
"@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",
|
|
|
|
"@sentry/nextjs": "^7.57.0",
|
2023-04-03 12:32:52 +03:00
|
|
|
"@toeverything/hooks": "workspace:*",
|
2023-06-08 04:41:20 +03:00
|
|
|
"@toeverything/infra": "workspace:*",
|
2023-05-30 13:02:49 +03:00
|
|
|
"@toeverything/plugin-infra": "workspace:*",
|
2023-06-24 20:16:46 +03:00
|
|
|
"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-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-03-04 10:36:20 +03:00
|
|
|
"next-themes": "^0.2.1",
|
2023-07-03 17:51:49 +03:00
|
|
|
"react": "18.3.0-canary-1fdacbefd-20230630",
|
|
|
|
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
2023-03-05 05:24:57 +03:00
|
|
|
"react-is": "^18.2.0",
|
2023-07-01 11:26:43 +03:00
|
|
|
"react-resizable-panels": "^0.0.53",
|
2023-05-08 21:21:15 +03:00
|
|
|
"rxjs": "^7.8.1",
|
2023-04-28 01:59:54 +03:00
|
|
|
"swr": "^2.1.5",
|
2023-03-01 22:47:09 +03:00
|
|
|
"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-03-01 10:40:01 +03:00
|
|
|
"@redux-devtools/extension": "^3.2.5",
|
2023-03-29 21:35:42 +03:00
|
|
|
"@rich-data/viewer": "^2.15.6",
|
2023-04-28 01:59:54 +03:00
|
|
|
"@sentry/webpack-plugin": "^1.20.1",
|
2023-05-03 00:50:58 +03:00
|
|
|
"@swc-jotai/debug-label": "^0.0.10",
|
|
|
|
"@swc-jotai/react-refresh": "^0.0.8",
|
2023-06-27 06:32:24 +03:00
|
|
|
"@types/react": "^18.2.14",
|
|
|
|
"@types/react-dom": "^18.2.6",
|
2023-05-31 13:16:18 +03:00
|
|
|
"@types/webpack-env": "^1.18.1",
|
2023-07-01 11:26:43 +03:00
|
|
|
"@vanilla-extract/css": "^1.12.0",
|
2023-05-27 16:36:24 +03:00
|
|
|
"@vanilla-extract/next-plugin": "=2.1.2",
|
2023-06-27 06:32:24 +03:00
|
|
|
"dotenv": "^16.3.1",
|
2023-07-01 11:26:43 +03:00
|
|
|
"eslint": "^8.44.0",
|
2023-06-26 12:58:24 +03:00
|
|
|
"eslint-config-next": "^13.4.7",
|
2023-05-09 01:37:07 +03:00
|
|
|
"eslint-plugin-unicorn": "^47.0.0",
|
2023-06-30 20:17:31 +03:00
|
|
|
"express": "^4.18.2",
|
2023-05-30 13:02:49 +03:00
|
|
|
"next": "=13.4.2",
|
2023-03-01 10:40:01 +03:00
|
|
|
"next-debug-local": "^0.1.5",
|
2023-06-26 12:58:24 +03:00
|
|
|
"next-router-mock": "^0.9.7",
|
2023-01-09 06:49:37 +03:00
|
|
|
"raw-loader": "^4.0.2",
|
2023-03-01 10:40:01 +03:00
|
|
|
"redux": "^4.2.1",
|
2023-05-03 06:40:53 +03:00
|
|
|
"swc-plugin-coverage-instrument": "^0.0.18",
|
2023-06-30 20:17:31 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2023-07-01 11:26:43 +03:00
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"webpack": "^5.88.1"
|
2023-04-20 11:34:00 +03:00
|
|
|
},
|
|
|
|
"stableVersion": "0.0.0"
|
2022-10-14 08:26:06 +03:00
|
|
|
}
|