AFFiNE/apps/web/package.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2022-10-14 08:26:06 +03:00
{
2023-03-25 06:25:27 +03:00
"name": "@affine/web",
"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": {
"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": {
"@affine-test/fixtures": "workspace:*",
"@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:*",
"@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-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",
"@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",
"@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:*",
"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",
"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",
"@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",
"@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",
"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",
"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",
"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
}