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-04-28 07:50:26 +03:00
|
|
|
"version": "0.5.4-canary.15",
|
2022-10-14 08:26:06 +03:00
|
|
|
"scripts": {
|
2023-04-14 00:22:49 +03:00
|
|
|
"dev": "next dev",
|
2022-10-14 08:26:06 +03:00
|
|
|
"build": "next build",
|
|
|
|
"export": "next export",
|
2023-04-14 00:22:49 +03:00
|
|
|
"start": "next start",
|
2022-10-14 08:26:06 +03:00
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"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-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-04-28 01:59:54 +03:00
|
|
|
"@blocksuite/blocks": "0.0.0-20230427041825-7fff957d-nightly",
|
|
|
|
"@blocksuite/editor": "0.0.0-20230427041825-7fff957d-nightly",
|
|
|
|
"@blocksuite/global": "0.0.0-20230427041825-7fff957d-nightly",
|
2023-04-25 03:46:46 +03:00
|
|
|
"@blocksuite/icons": "^2.1.13",
|
2023-04-28 01:59:54 +03:00
|
|
|
"@blocksuite/store": "0.0.0-20230427041825-7fff957d-nightly",
|
2023-04-06 21:21:45 +03:00
|
|
|
"@dnd-kit/core": "^6.0.8",
|
|
|
|
"@dnd-kit/sortable": "^7.0.2",
|
2023-04-06 06:44:38 +03:00
|
|
|
"@emotion/cache": "^11.10.7",
|
2023-02-19 11:40:39 +03:00
|
|
|
"@emotion/react": "^11.10.6",
|
2023-03-04 10:36:20 +03:00
|
|
|
"@emotion/server": "^11.10.0",
|
|
|
|
"@emotion/styled": "^11.10.6",
|
2023-04-27 08:23:34 +03:00
|
|
|
"@mui/material": "^5.12.2",
|
2023-04-15 21:10:24 +03:00
|
|
|
"@react-hookz/web": "^23.0.0",
|
2023-04-28 01:59:54 +03:00
|
|
|
"@sentry/nextjs": "^7.50.0",
|
2023-04-03 12:32:52 +03:00
|
|
|
"@toeverything/hooks": "workspace:*",
|
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",
|
2022-12-30 16:40:15 +03:00
|
|
|
"dayjs": "^1.11.7",
|
2023-04-25 05:13:52 +03:00
|
|
|
"graphql": "^16.6.0",
|
2023-04-11 01:41:07 +03:00
|
|
|
"jotai": "^2.0.4",
|
2023-04-17 00:02:41 +03:00
|
|
|
"jotai-devtools": "^0.4.0",
|
2023-04-28 01:59:54 +03:00
|
|
|
"lit": "^2.7.3",
|
2023-04-11 01:41:07 +03:00
|
|
|
"lottie-web": "^5.11.0",
|
2023-03-04 10:36:20 +03:00
|
|
|
"next-themes": "^0.2.1",
|
2023-03-01 10:40:01 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-05 05:24:57 +03:00
|
|
|
"react-is": "^18.2.0",
|
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-04-23 09:42:27 +03:00
|
|
|
"yjs": "^13.6.0",
|
2023-03-20 10:05:02 +03:00
|
|
|
"zod": "^3.21.4"
|
2022-10-14 08:26:06 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-23 09:42:27 +03:00
|
|
|
"@perfsee/webpack": "^1.6.0",
|
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-03-20 10:05:02 +03:00
|
|
|
"@swc-jotai/debug-label": "^0.0.9",
|
|
|
|
"@swc-jotai/react-refresh": "^0.0.7",
|
2023-04-28 01:59:54 +03:00
|
|
|
"@types/react": "^18.2.0",
|
|
|
|
"@types/react-dom": "^18.2.1",
|
2023-03-01 10:40:01 +03:00
|
|
|
"@types/webpack-env": "^1.18.0",
|
2023-04-04 20:46:33 +03:00
|
|
|
"@vanilla-extract/css": "^1.11.0",
|
2023-04-14 00:22:49 +03:00
|
|
|
"@vanilla-extract/next-plugin": "^2.1.2",
|
2023-03-01 10:40:01 +03:00
|
|
|
"dotenv": "^16.0.3",
|
2023-04-23 09:42:27 +03:00
|
|
|
"eslint": "^8.39.0",
|
|
|
|
"eslint-config-next": "^13.3.1",
|
2023-03-19 11:50:31 +03:00
|
|
|
"next": "=13.2.3",
|
2023-03-01 10:40:01 +03:00
|
|
|
"next-debug-local": "^0.1.5",
|
2023-03-29 21:35:42 +03:00
|
|
|
"next-router-mock": "^0.9.3",
|
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-03-29 21:35:42 +03:00
|
|
|
"swc-plugin-coverage-instrument": "=0.0.14",
|
2023-04-11 01:41:07 +03:00
|
|
|
"typescript": "^5.0.4",
|
2023-04-28 01:59:54 +03:00
|
|
|
"webpack": "^5.81.0"
|
2023-04-20 11:34:00 +03:00
|
|
|
},
|
|
|
|
"stableVersion": "0.0.0"
|
2022-10-14 08:26:06 +03:00
|
|
|
}
|