trident-git 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +23 -0
- package/.next/build-manifest.json +20 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +73 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +282 -0
- package/.next/react-loadable-manifest.json +1 -0
- package/.next/required-server-files.js +330 -0
- package/.next/required-server-files.json +330 -0
- package/.next/routes-manifest.json +170 -0
- package/.next/server/app/_global-error/page.js +3 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_global-error.html +2 -0
- package/.next/server/app/_global-error.meta +16 -0
- package/.next/server/app/_global-error.rsc +12 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +4 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page.js +2 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +19 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +19 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +8 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/api/credentials/route.js +1 -0
- package/.next/server/app/api/credentials/route.js.nft.json +1 -0
- package/.next/server/app/api/credentials/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/custom-scripts/route.js +3 -0
- package/.next/server/app/api/custom-scripts/route.js.nft.json +1 -0
- package/.next/server/app/api/custom-scripts/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/fs/route.js +1 -0
- package/.next/server/app/api/fs/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/action/route.js +1 -0
- package/.next/server/app/api/git/action/route.js.nft.json +1 -0
- package/.next/server/app/api/git/action/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/branches/route.js +1 -0
- package/.next/server/app/api/git/branches/route.js.nft.json +1 -0
- package/.next/server/app/api/git/branches/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/diff/route.js +1 -0
- package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
- package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/log/route.js +1 -0
- package/.next/server/app/api/git/log/route.js.nft.json +1 -0
- package/.next/server/app/api/git/log/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/status/route.js +1 -0
- package/.next/server/app/api/git/status/route.js.nft.json +1 -0
- package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/repos/route.js +1 -0
- package/.next/server/app/api/repos/route.js.nft.json +1 -0
- package/.next/server/app/api/repos/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/settings/route.js +1 -0
- package/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/credentials/page.js +4 -0
- package/.next/server/app/credentials/page.js.nft.json +1 -0
- package/.next/server/app/credentials/page_client-reference-manifest.js +1 -0
- package/.next/server/app/credentials.html +1 -0
- package/.next/server/app/credentials.meta +15 -0
- package/.next/server/app/credentials.rsc +23 -0
- package/.next/server/app/credentials.segments/_full.segment.rsc +23 -0
- package/.next/server/app/credentials.segments/_head.segment.rsc +6 -0
- package/.next/server/app/credentials.segments/_index.segment.rsc +8 -0
- package/.next/server/app/credentials.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/credentials.segments/credentials/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/credentials.segments/credentials.segment.rsc +4 -0
- package/.next/server/app/icon.png/route.js +1 -0
- package/.next/server/app/icon.png/route.js.nft.json +1 -0
- package/.next/server/app/icon.png.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +14 -0
- package/.next/server/app/index.rsc +20 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/.next/server/app/index.segments/_full.segment.rsc +20 -0
- package/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/.next/server/app/index.segments/_index.segment.rsc +8 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/page.js +2 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/changes/page.js +4 -0
- package/.next/server/app/workspace/changes/page.js.nft.json +1 -0
- package/.next/server/app/workspace/changes/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/changes.html +1 -0
- package/.next/server/app/workspace/changes.meta +16 -0
- package/.next/server/app/workspace/changes.rsc +26 -0
- package/.next/server/app/workspace/changes.segments/_full.segment.rsc +26 -0
- package/.next/server/app/workspace/changes.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace/changes.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace/changes.segments/_tree.segment.rsc +7 -0
- package/.next/server/app/workspace/changes.segments/workspace/changes/__PAGE__.segment.rsc +10 -0
- package/.next/server/app/workspace/changes.segments/workspace/changes.segment.rsc +4 -0
- package/.next/server/app/workspace/changes.segments/workspace.segment.rsc +7 -0
- package/.next/server/app/workspace/custom-scripts/page.js +2 -0
- package/.next/server/app/workspace/custom-scripts/page.js.nft.json +1 -0
- package/.next/server/app/workspace/custom-scripts/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/custom-scripts.html +1 -0
- package/.next/server/app/workspace/custom-scripts.meta +16 -0
- package/.next/server/app/workspace/custom-scripts.rsc +25 -0
- package/.next/server/app/workspace/custom-scripts.segments/_full.segment.rsc +25 -0
- package/.next/server/app/workspace/custom-scripts.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace/custom-scripts.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace/custom-scripts.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/workspace/custom-scripts.segments/workspace/custom-scripts/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/workspace/custom-scripts.segments/workspace/custom-scripts.segment.rsc +4 -0
- package/.next/server/app/workspace/custom-scripts.segments/workspace.segment.rsc +7 -0
- package/.next/server/app/workspace/history/page.js +2 -0
- package/.next/server/app/workspace/history/page.js.nft.json +1 -0
- package/.next/server/app/workspace/history/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/history.html +1 -0
- package/.next/server/app/workspace/history.meta +16 -0
- package/.next/server/app/workspace/history.rsc +26 -0
- package/.next/server/app/workspace/history.segments/_full.segment.rsc +26 -0
- package/.next/server/app/workspace/history.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace/history.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace/history.segments/_tree.segment.rsc +7 -0
- package/.next/server/app/workspace/history.segments/workspace/history/__PAGE__.segment.rsc +10 -0
- package/.next/server/app/workspace/history.segments/workspace/history.segment.rsc +4 -0
- package/.next/server/app/workspace/history.segments/workspace.segment.rsc +7 -0
- package/.next/server/app/workspace/page.js +2 -0
- package/.next/server/app/workspace/page.js.nft.json +1 -0
- package/.next/server/app/workspace/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/settings/page.js +2 -0
- package/.next/server/app/workspace/settings/page.js.nft.json +1 -0
- package/.next/server/app/workspace/settings/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/settings.html +1 -0
- package/.next/server/app/workspace/settings.meta +16 -0
- package/.next/server/app/workspace/settings.rsc +25 -0
- package/.next/server/app/workspace/settings.segments/_full.segment.rsc +25 -0
- package/.next/server/app/workspace/settings.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace/settings.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace/settings.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/workspace/settings.segments/workspace/settings/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/workspace/settings.segments/workspace/settings.segment.rsc +4 -0
- package/.next/server/app/workspace/settings.segments/workspace.segment.rsc +7 -0
- package/.next/server/app/workspace/stashes/page.js +2 -0
- package/.next/server/app/workspace/stashes/page.js.nft.json +1 -0
- package/.next/server/app/workspace/stashes/page_client-reference-manifest.js +1 -0
- package/.next/server/app/workspace/stashes.html +1 -0
- package/.next/server/app/workspace/stashes.meta +16 -0
- package/.next/server/app/workspace/stashes.rsc +26 -0
- package/.next/server/app/workspace/stashes.segments/_full.segment.rsc +26 -0
- package/.next/server/app/workspace/stashes.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace/stashes.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace/stashes.segments/_tree.segment.rsc +7 -0
- package/.next/server/app/workspace/stashes.segments/workspace/stashes/__PAGE__.segment.rsc +10 -0
- package/.next/server/app/workspace/stashes.segments/workspace/stashes.segment.rsc +4 -0
- package/.next/server/app/workspace/stashes.segments/workspace.segment.rsc +7 -0
- package/.next/server/app/workspace.html +1 -0
- package/.next/server/app/workspace.meta +15 -0
- package/.next/server/app/workspace.rsc +26 -0
- package/.next/server/app/workspace.segments/_full.segment.rsc +26 -0
- package/.next/server/app/workspace.segments/_head.segment.rsc +6 -0
- package/.next/server/app/workspace.segments/_index.segment.rsc +8 -0
- package/.next/server/app/workspace.segments/_tree.segment.rsc +7 -0
- package/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +10 -0
- package/.next/server/app/workspace.segments/workspace.segment.rsc +7 -0
- package/.next/server/app-paths-manifest.json +23 -0
- package/.next/server/chunks/116.js +1 -0
- package/.next/server/chunks/170.js +1 -0
- package/.next/server/chunks/309.js +6 -0
- package/.next/server/chunks/356.js +1 -0
- package/.next/server/chunks/392.js +1 -0
- package/.next/server/chunks/443.js +37 -0
- package/.next/server/chunks/445.js +22 -0
- package/.next/server/chunks/471.js +13 -0
- package/.next/server/chunks/557.js +5 -0
- package/.next/server/chunks/680.js +1 -0
- package/.next/server/chunks/739.js +5 -0
- package/.next/server/chunks/781.js +1 -0
- package/.next/server/chunks/813.js +1 -0
- package/.next/server/chunks/816.js +13 -0
- package/.next/server/functions-config-manifest.json +6 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +2 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/VTWJwhFJd5VcC6GP5bbli/_buildManifest.js +1 -0
- package/.next/static/VTWJwhFJd5VcC6GP5bbli/_ssgManifest.js +1 -0
- package/.next/static/chunks/131-6237c77d708182b1.js +1 -0
- package/.next/static/chunks/147-d4cb3e03218d75df.js +6 -0
- package/.next/static/chunks/176-b068120641913226.js +1 -0
- package/.next/static/chunks/200-3664e65687e716a2.js +1 -0
- package/.next/static/chunks/26-d93e82c9c09ff972.js +1 -0
- package/.next/static/chunks/4bd1b696-096d35a2bd1da3af.js +1 -0
- package/.next/static/chunks/500-5d45efbf86b8d36e.js +1 -0
- package/.next/static/chunks/772-b39107b40c31b6b6.js +3 -0
- package/.next/static/chunks/785-e6d755147ff87934.js +1 -0
- package/.next/static/chunks/790-3e8fa6e595d97940.js +6 -0
- package/.next/static/chunks/794-37dad9bbc14b04b8.js +2 -0
- package/.next/static/chunks/841-4d865378216d36eb.js +13 -0
- package/.next/static/chunks/app/_global-error/page-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/_not-found/page-5bea07380837254f.js +1 -0
- package/.next/static/chunks/app/api/credentials/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/custom-scripts/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/fs/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/git/action/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/git/branches/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/git/log/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/repos/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/api/settings/route-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/app/credentials/page-23c1807ad9f68a40.js +1 -0
- package/.next/static/chunks/app/layout-a06241c385e50ae0.js +1 -0
- package/.next/static/chunks/app/page-c8404790f5191fd7.js +1 -0
- package/.next/static/chunks/app/workspace/changes/page-8cca17f80e66f534.js +3 -0
- package/.next/static/chunks/app/workspace/custom-scripts/page-ee24b9dd7779244f.js +1 -0
- package/.next/static/chunks/app/workspace/history/page-b7017fea285c804c.js +1 -0
- package/.next/static/chunks/app/workspace/layout-cb86c00fdcd8db08.js +1 -0
- package/.next/static/chunks/app/workspace/page-21211acc90c08509.js +1 -0
- package/.next/static/chunks/app/workspace/settings/page-7ccb58ece31492e9.js +1 -0
- package/.next/static/chunks/app/workspace/stashes/page-0e1b8304c4b0f4f3.js +1 -0
- package/.next/static/chunks/framework-75892d61b920805f.js +1 -0
- package/.next/static/chunks/main-app-221e1b945693a142.js +1 -0
- package/.next/static/chunks/main-f1d55fffd3cc9809.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-f2a2c324f3740ed8.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9eb8a19109bbd711.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-7dec27dc3bfe207a.js +1 -0
- package/.next/static/css/36968b90b2339533.css +1 -0
- package/.next/static/css/c56c0e57397a3a60.css +1 -0
- package/.next/static/css/de70bee13400563f.css +1 -0
- package/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
- package/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/.next/static/media/8d697b304b401681-s.woff2 +0 -0
- package/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/.next/static/media/9610d9e46709d722-s.woff2 +0 -0
- package/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/README.md +2 -0
- package/bin/trident-git.mjs +9 -11
- package/{next.config.ts → next.config.mjs} +7 -8
- package/package.json +8 -6
- package/eslint.config.mjs +0 -18
- package/postcss.config.mjs +0 -7
- package/src/app/api/credentials/route.ts +0 -113
- package/src/app/api/custom-scripts/route.ts +0 -203
- package/src/app/api/fs/route.ts +0 -75
- package/src/app/api/git/action/route.ts +0 -383
- package/src/app/api/git/branches/route.ts +0 -20
- package/src/app/api/git/diff/route.ts +0 -104
- package/src/app/api/git/log/route.ts +0 -28
- package/src/app/api/git/status/route.ts +0 -28
- package/src/app/api/repos/route.ts +0 -84
- package/src/app/api/settings/route.ts +0 -37
- package/src/app/credentials/page.tsx +0 -408
- package/src/app/globals.css +0 -109
- package/src/app/layout.tsx +0 -38
- package/src/app/page.tsx +0 -10
- package/src/app/providers.tsx +0 -21
- package/src/app/workspace/changes/page.tsx +0 -27
- package/src/app/workspace/custom-scripts/page.tsx +0 -247
- package/src/app/workspace/history/page.tsx +0 -27
- package/src/app/workspace/layout.tsx +0 -26
- package/src/app/workspace/page.tsx +0 -27
- package/src/app/workspace/settings/page.tsx +0 -233
- package/src/app/workspace/stashes/page.tsx +0 -395
- package/src/components/command-palette.tsx +0 -178
- package/src/components/context-menu.tsx +0 -200
- package/src/components/fs-browser.tsx +0 -154
- package/src/components/git/diff-view.tsx +0 -137
- package/src/components/git/git-graph.tsx +0 -489
- package/src/components/git/grouped-diff-viewer.tsx +0 -332
- package/src/components/git/history-view.tsx +0 -4862
- package/src/components/git/image-diff-view.tsx +0 -342
- package/src/components/git/status-view.tsx +0 -597
- package/src/components/home-settings-modal.tsx +0 -192
- package/src/components/layout/sidebar.tsx +0 -256
- package/src/components/repo-list.tsx +0 -206
- package/src/components/theme-toggle.tsx +0 -37
- package/src/components/toaster.tsx +0 -36
- package/src/components/workspace-repo-open-tracker.tsx +0 -39
- package/src/hooks/use-credentials.ts +0 -123
- package/src/hooks/use-escape-dismiss.ts +0 -72
- package/src/hooks/use-git.ts +0 -448
- package/src/hooks/use-toast.ts +0 -280
- package/src/hooks/use-workspace-title.ts +0 -23
- package/src/lib/api-utils.ts +0 -24
- package/src/lib/branch-colors.ts +0 -98
- package/src/lib/credentials.ts +0 -404
- package/src/lib/git.ts +0 -1510
- package/src/lib/graph-utils.ts +0 -253
- package/src/lib/store.ts +0 -145
- package/src/lib/types.ts +0 -95
- package/src/lib/utils.ts +0 -266
- package/tsconfig.json +0 -34
- /package/{src/app/icon.png → .next/server/app/icon.png.body} +0 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
self.__SERVER_FILES_MANIFEST={
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"typescript": {
|
|
6
|
+
"ignoreBuildErrors": false
|
|
7
|
+
},
|
|
8
|
+
"typedRoutes": false,
|
|
9
|
+
"distDir": ".next",
|
|
10
|
+
"cleanDistDir": true,
|
|
11
|
+
"assetPrefix": "",
|
|
12
|
+
"cacheMaxMemorySize": 52428800,
|
|
13
|
+
"configOrigin": "next.config.mjs",
|
|
14
|
+
"useFileSystemPublicRoutes": true,
|
|
15
|
+
"generateEtags": true,
|
|
16
|
+
"pageExtensions": [
|
|
17
|
+
"tsx",
|
|
18
|
+
"ts",
|
|
19
|
+
"jsx",
|
|
20
|
+
"js"
|
|
21
|
+
],
|
|
22
|
+
"poweredByHeader": true,
|
|
23
|
+
"compress": true,
|
|
24
|
+
"images": {
|
|
25
|
+
"deviceSizes": [
|
|
26
|
+
640,
|
|
27
|
+
750,
|
|
28
|
+
828,
|
|
29
|
+
1080,
|
|
30
|
+
1200,
|
|
31
|
+
1920,
|
|
32
|
+
2048,
|
|
33
|
+
3840
|
|
34
|
+
],
|
|
35
|
+
"imageSizes": [
|
|
36
|
+
32,
|
|
37
|
+
48,
|
|
38
|
+
64,
|
|
39
|
+
96,
|
|
40
|
+
128,
|
|
41
|
+
256,
|
|
42
|
+
384
|
|
43
|
+
],
|
|
44
|
+
"path": "/_next/image",
|
|
45
|
+
"loader": "default",
|
|
46
|
+
"loaderFile": "",
|
|
47
|
+
"domains": [],
|
|
48
|
+
"disableStaticImages": false,
|
|
49
|
+
"minimumCacheTTL": 14400,
|
|
50
|
+
"formats": [
|
|
51
|
+
"image/webp"
|
|
52
|
+
],
|
|
53
|
+
"maximumRedirects": 3,
|
|
54
|
+
"maximumResponseBody": 50000000,
|
|
55
|
+
"dangerouslyAllowLocalIP": false,
|
|
56
|
+
"dangerouslyAllowSVG": false,
|
|
57
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
58
|
+
"contentDispositionType": "attachment",
|
|
59
|
+
"localPatterns": [
|
|
60
|
+
{
|
|
61
|
+
"pathname": "**",
|
|
62
|
+
"search": ""
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"remotePatterns": [
|
|
66
|
+
{
|
|
67
|
+
"protocol": "https",
|
|
68
|
+
"hostname": "www.google.com",
|
|
69
|
+
"pathname": "/s2/favicons"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"qualities": [
|
|
73
|
+
75
|
|
74
|
+
],
|
|
75
|
+
"unoptimized": false
|
|
76
|
+
},
|
|
77
|
+
"devIndicators": {
|
|
78
|
+
"position": "bottom-left"
|
|
79
|
+
},
|
|
80
|
+
"onDemandEntries": {
|
|
81
|
+
"maxInactiveAge": 60000,
|
|
82
|
+
"pagesBufferLength": 5
|
|
83
|
+
},
|
|
84
|
+
"basePath": "",
|
|
85
|
+
"sassOptions": {},
|
|
86
|
+
"trailingSlash": false,
|
|
87
|
+
"i18n": null,
|
|
88
|
+
"productionBrowserSourceMaps": false,
|
|
89
|
+
"excludeDefaultMomentLocales": true,
|
|
90
|
+
"reactProductionProfiling": false,
|
|
91
|
+
"reactStrictMode": null,
|
|
92
|
+
"reactMaxHeadersLength": 6000,
|
|
93
|
+
"httpAgentOptions": {
|
|
94
|
+
"keepAlive": true
|
|
95
|
+
},
|
|
96
|
+
"logging": {},
|
|
97
|
+
"compiler": {},
|
|
98
|
+
"expireTime": 31536000,
|
|
99
|
+
"staticPageGenerationTimeout": 60,
|
|
100
|
+
"modularizeImports": {
|
|
101
|
+
"@mui/icons-material": {
|
|
102
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
103
|
+
},
|
|
104
|
+
"lodash": {
|
|
105
|
+
"transform": "lodash/{{member}}"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"outputFileTracingRoot": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2",
|
|
109
|
+
"cacheComponents": false,
|
|
110
|
+
"cacheLife": {
|
|
111
|
+
"default": {
|
|
112
|
+
"stale": 300,
|
|
113
|
+
"revalidate": 900,
|
|
114
|
+
"expire": 4294967294
|
|
115
|
+
},
|
|
116
|
+
"seconds": {
|
|
117
|
+
"stale": 30,
|
|
118
|
+
"revalidate": 1,
|
|
119
|
+
"expire": 60
|
|
120
|
+
},
|
|
121
|
+
"minutes": {
|
|
122
|
+
"stale": 300,
|
|
123
|
+
"revalidate": 60,
|
|
124
|
+
"expire": 3600
|
|
125
|
+
},
|
|
126
|
+
"hours": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 3600,
|
|
129
|
+
"expire": 86400
|
|
130
|
+
},
|
|
131
|
+
"days": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 86400,
|
|
134
|
+
"expire": 604800
|
|
135
|
+
},
|
|
136
|
+
"weeks": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 604800,
|
|
139
|
+
"expire": 2592000
|
|
140
|
+
},
|
|
141
|
+
"max": {
|
|
142
|
+
"stale": 300,
|
|
143
|
+
"revalidate": 2592000,
|
|
144
|
+
"expire": 31536000
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"cacheHandlers": {},
|
|
148
|
+
"experimental": {
|
|
149
|
+
"useSkewCookie": false,
|
|
150
|
+
"cssChunking": true,
|
|
151
|
+
"multiZoneDraftMode": false,
|
|
152
|
+
"appNavFailHandling": false,
|
|
153
|
+
"prerenderEarlyExit": true,
|
|
154
|
+
"serverMinification": true,
|
|
155
|
+
"linkNoTouchStart": false,
|
|
156
|
+
"caseSensitiveRoutes": false,
|
|
157
|
+
"dynamicOnHover": false,
|
|
158
|
+
"preloadEntriesOnStart": true,
|
|
159
|
+
"clientRouterFilter": true,
|
|
160
|
+
"clientRouterFilterRedirects": false,
|
|
161
|
+
"fetchCacheKeyPrefix": "",
|
|
162
|
+
"proxyPrefetch": "flexible",
|
|
163
|
+
"optimisticClientCache": true,
|
|
164
|
+
"manualClientBasePath": false,
|
|
165
|
+
"cpus": 9,
|
|
166
|
+
"memoryBasedWorkersCount": false,
|
|
167
|
+
"imgOptConcurrency": null,
|
|
168
|
+
"imgOptTimeoutInSeconds": 7,
|
|
169
|
+
"imgOptMaxInputPixels": 268402689,
|
|
170
|
+
"imgOptSequentialRead": null,
|
|
171
|
+
"imgOptSkipMetadata": null,
|
|
172
|
+
"isrFlushToDisk": true,
|
|
173
|
+
"workerThreads": false,
|
|
174
|
+
"optimizeCss": false,
|
|
175
|
+
"nextScriptWorkers": false,
|
|
176
|
+
"scrollRestoration": false,
|
|
177
|
+
"externalDir": false,
|
|
178
|
+
"disableOptimizedLoading": false,
|
|
179
|
+
"gzipSize": true,
|
|
180
|
+
"craCompat": false,
|
|
181
|
+
"esmExternals": true,
|
|
182
|
+
"fullySpecified": false,
|
|
183
|
+
"swcTraceProfiling": false,
|
|
184
|
+
"forceSwcTransforms": false,
|
|
185
|
+
"largePageDataBytes": 128000,
|
|
186
|
+
"typedEnv": false,
|
|
187
|
+
"parallelServerCompiles": false,
|
|
188
|
+
"parallelServerBuildTraces": false,
|
|
189
|
+
"ppr": false,
|
|
190
|
+
"authInterrupts": false,
|
|
191
|
+
"webpackMemoryOptimizations": false,
|
|
192
|
+
"optimizeServerReact": true,
|
|
193
|
+
"viewTransition": false,
|
|
194
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
195
|
+
"validateRSCRequestHeaders": false,
|
|
196
|
+
"staleTimes": {
|
|
197
|
+
"dynamic": 0,
|
|
198
|
+
"static": 300
|
|
199
|
+
},
|
|
200
|
+
"reactDebugChannel": false,
|
|
201
|
+
"serverComponentsHmrCache": true,
|
|
202
|
+
"staticGenerationMaxConcurrency": 8,
|
|
203
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
204
|
+
"transitionIndicator": false,
|
|
205
|
+
"inlineCss": false,
|
|
206
|
+
"useCache": false,
|
|
207
|
+
"globalNotFound": false,
|
|
208
|
+
"browserDebugInfoInTerminal": false,
|
|
209
|
+
"lockDistDir": true,
|
|
210
|
+
"isolatedDevBuild": true,
|
|
211
|
+
"proxyClientMaxBodySize": 10485760,
|
|
212
|
+
"hideLogsAfterAbort": false,
|
|
213
|
+
"mcpServer": true,
|
|
214
|
+
"turbopackFileSystemCacheForDev": true,
|
|
215
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
216
|
+
"turbopackInferModuleSideEffects": false,
|
|
217
|
+
"optimizePackageImports": [
|
|
218
|
+
"lucide-react",
|
|
219
|
+
"date-fns",
|
|
220
|
+
"lodash-es",
|
|
221
|
+
"ramda",
|
|
222
|
+
"antd",
|
|
223
|
+
"react-bootstrap",
|
|
224
|
+
"ahooks",
|
|
225
|
+
"@ant-design/icons",
|
|
226
|
+
"@headlessui/react",
|
|
227
|
+
"@headlessui-float/react",
|
|
228
|
+
"@heroicons/react/20/solid",
|
|
229
|
+
"@heroicons/react/24/solid",
|
|
230
|
+
"@heroicons/react/24/outline",
|
|
231
|
+
"@visx/visx",
|
|
232
|
+
"@tremor/react",
|
|
233
|
+
"rxjs",
|
|
234
|
+
"@mui/material",
|
|
235
|
+
"@mui/icons-material",
|
|
236
|
+
"recharts",
|
|
237
|
+
"react-use",
|
|
238
|
+
"effect",
|
|
239
|
+
"@effect/schema",
|
|
240
|
+
"@effect/platform",
|
|
241
|
+
"@effect/platform-node",
|
|
242
|
+
"@effect/platform-browser",
|
|
243
|
+
"@effect/platform-bun",
|
|
244
|
+
"@effect/sql",
|
|
245
|
+
"@effect/sql-mssql",
|
|
246
|
+
"@effect/sql-mysql2",
|
|
247
|
+
"@effect/sql-pg",
|
|
248
|
+
"@effect/sql-sqlite-node",
|
|
249
|
+
"@effect/sql-sqlite-bun",
|
|
250
|
+
"@effect/sql-sqlite-wasm",
|
|
251
|
+
"@effect/sql-sqlite-react-native",
|
|
252
|
+
"@effect/rpc",
|
|
253
|
+
"@effect/rpc-http",
|
|
254
|
+
"@effect/typeclass",
|
|
255
|
+
"@effect/experimental",
|
|
256
|
+
"@effect/opentelemetry",
|
|
257
|
+
"@material-ui/core",
|
|
258
|
+
"@material-ui/icons",
|
|
259
|
+
"@tabler/icons-react",
|
|
260
|
+
"mui-core",
|
|
261
|
+
"react-icons/ai",
|
|
262
|
+
"react-icons/bi",
|
|
263
|
+
"react-icons/bs",
|
|
264
|
+
"react-icons/cg",
|
|
265
|
+
"react-icons/ci",
|
|
266
|
+
"react-icons/di",
|
|
267
|
+
"react-icons/fa",
|
|
268
|
+
"react-icons/fa6",
|
|
269
|
+
"react-icons/fc",
|
|
270
|
+
"react-icons/fi",
|
|
271
|
+
"react-icons/gi",
|
|
272
|
+
"react-icons/go",
|
|
273
|
+
"react-icons/gr",
|
|
274
|
+
"react-icons/hi",
|
|
275
|
+
"react-icons/hi2",
|
|
276
|
+
"react-icons/im",
|
|
277
|
+
"react-icons/io",
|
|
278
|
+
"react-icons/io5",
|
|
279
|
+
"react-icons/lia",
|
|
280
|
+
"react-icons/lib",
|
|
281
|
+
"react-icons/lu",
|
|
282
|
+
"react-icons/md",
|
|
283
|
+
"react-icons/pi",
|
|
284
|
+
"react-icons/ri",
|
|
285
|
+
"react-icons/rx",
|
|
286
|
+
"react-icons/si",
|
|
287
|
+
"react-icons/sl",
|
|
288
|
+
"react-icons/tb",
|
|
289
|
+
"react-icons/tfi",
|
|
290
|
+
"react-icons/ti",
|
|
291
|
+
"react-icons/vsc",
|
|
292
|
+
"react-icons/wi"
|
|
293
|
+
],
|
|
294
|
+
"trustHostHeader": false,
|
|
295
|
+
"isExperimentalCompile": false
|
|
296
|
+
},
|
|
297
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
298
|
+
"bundlePagesRouterDependencies": false,
|
|
299
|
+
"configFileName": "next.config.mjs",
|
|
300
|
+
"serverExternalPackages": [
|
|
301
|
+
"keytar"
|
|
302
|
+
],
|
|
303
|
+
"turbopack": {
|
|
304
|
+
"root": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2"
|
|
305
|
+
},
|
|
306
|
+
"distDirRoot": ".next"
|
|
307
|
+
},
|
|
308
|
+
"appDir": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2",
|
|
309
|
+
"relativeAppDir": "",
|
|
310
|
+
"files": [
|
|
311
|
+
".next/routes-manifest.json",
|
|
312
|
+
".next/server/pages-manifest.json",
|
|
313
|
+
".next/build-manifest.json",
|
|
314
|
+
".next/prerender-manifest.json",
|
|
315
|
+
".next/server/functions-config-manifest.json",
|
|
316
|
+
".next/server/middleware-manifest.json",
|
|
317
|
+
".next/server/middleware-build-manifest.js",
|
|
318
|
+
".next/server/middleware-react-loadable-manifest.js",
|
|
319
|
+
".next/react-loadable-manifest.json",
|
|
320
|
+
".next/server/app-paths-manifest.json",
|
|
321
|
+
".next/app-path-routes-manifest.json",
|
|
322
|
+
".next/server/server-reference-manifest.js",
|
|
323
|
+
".next/server/server-reference-manifest.json",
|
|
324
|
+
".next/BUILD_ID",
|
|
325
|
+
".next/server/next-font-manifest.js",
|
|
326
|
+
".next/server/next-font-manifest.json",
|
|
327
|
+
".next/required-server-files.json"
|
|
328
|
+
],
|
|
329
|
+
"ignore": []
|
|
330
|
+
}
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"typescript": {
|
|
6
|
+
"ignoreBuildErrors": false
|
|
7
|
+
},
|
|
8
|
+
"typedRoutes": false,
|
|
9
|
+
"distDir": ".next",
|
|
10
|
+
"cleanDistDir": true,
|
|
11
|
+
"assetPrefix": "",
|
|
12
|
+
"cacheMaxMemorySize": 52428800,
|
|
13
|
+
"configOrigin": "next.config.mjs",
|
|
14
|
+
"useFileSystemPublicRoutes": true,
|
|
15
|
+
"generateEtags": true,
|
|
16
|
+
"pageExtensions": [
|
|
17
|
+
"tsx",
|
|
18
|
+
"ts",
|
|
19
|
+
"jsx",
|
|
20
|
+
"js"
|
|
21
|
+
],
|
|
22
|
+
"poweredByHeader": true,
|
|
23
|
+
"compress": true,
|
|
24
|
+
"images": {
|
|
25
|
+
"deviceSizes": [
|
|
26
|
+
640,
|
|
27
|
+
750,
|
|
28
|
+
828,
|
|
29
|
+
1080,
|
|
30
|
+
1200,
|
|
31
|
+
1920,
|
|
32
|
+
2048,
|
|
33
|
+
3840
|
|
34
|
+
],
|
|
35
|
+
"imageSizes": [
|
|
36
|
+
32,
|
|
37
|
+
48,
|
|
38
|
+
64,
|
|
39
|
+
96,
|
|
40
|
+
128,
|
|
41
|
+
256,
|
|
42
|
+
384
|
|
43
|
+
],
|
|
44
|
+
"path": "/_next/image",
|
|
45
|
+
"loader": "default",
|
|
46
|
+
"loaderFile": "",
|
|
47
|
+
"domains": [],
|
|
48
|
+
"disableStaticImages": false,
|
|
49
|
+
"minimumCacheTTL": 14400,
|
|
50
|
+
"formats": [
|
|
51
|
+
"image/webp"
|
|
52
|
+
],
|
|
53
|
+
"maximumRedirects": 3,
|
|
54
|
+
"maximumResponseBody": 50000000,
|
|
55
|
+
"dangerouslyAllowLocalIP": false,
|
|
56
|
+
"dangerouslyAllowSVG": false,
|
|
57
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
58
|
+
"contentDispositionType": "attachment",
|
|
59
|
+
"localPatterns": [
|
|
60
|
+
{
|
|
61
|
+
"pathname": "**",
|
|
62
|
+
"search": ""
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"remotePatterns": [
|
|
66
|
+
{
|
|
67
|
+
"protocol": "https",
|
|
68
|
+
"hostname": "www.google.com",
|
|
69
|
+
"pathname": "/s2/favicons"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"qualities": [
|
|
73
|
+
75
|
|
74
|
+
],
|
|
75
|
+
"unoptimized": false
|
|
76
|
+
},
|
|
77
|
+
"devIndicators": {
|
|
78
|
+
"position": "bottom-left"
|
|
79
|
+
},
|
|
80
|
+
"onDemandEntries": {
|
|
81
|
+
"maxInactiveAge": 60000,
|
|
82
|
+
"pagesBufferLength": 5
|
|
83
|
+
},
|
|
84
|
+
"basePath": "",
|
|
85
|
+
"sassOptions": {},
|
|
86
|
+
"trailingSlash": false,
|
|
87
|
+
"i18n": null,
|
|
88
|
+
"productionBrowserSourceMaps": false,
|
|
89
|
+
"excludeDefaultMomentLocales": true,
|
|
90
|
+
"reactProductionProfiling": false,
|
|
91
|
+
"reactStrictMode": null,
|
|
92
|
+
"reactMaxHeadersLength": 6000,
|
|
93
|
+
"httpAgentOptions": {
|
|
94
|
+
"keepAlive": true
|
|
95
|
+
},
|
|
96
|
+
"logging": {},
|
|
97
|
+
"compiler": {},
|
|
98
|
+
"expireTime": 31536000,
|
|
99
|
+
"staticPageGenerationTimeout": 60,
|
|
100
|
+
"modularizeImports": {
|
|
101
|
+
"@mui/icons-material": {
|
|
102
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
103
|
+
},
|
|
104
|
+
"lodash": {
|
|
105
|
+
"transform": "lodash/{{member}}"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"outputFileTracingRoot": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2",
|
|
109
|
+
"cacheComponents": false,
|
|
110
|
+
"cacheLife": {
|
|
111
|
+
"default": {
|
|
112
|
+
"stale": 300,
|
|
113
|
+
"revalidate": 900,
|
|
114
|
+
"expire": 4294967294
|
|
115
|
+
},
|
|
116
|
+
"seconds": {
|
|
117
|
+
"stale": 30,
|
|
118
|
+
"revalidate": 1,
|
|
119
|
+
"expire": 60
|
|
120
|
+
},
|
|
121
|
+
"minutes": {
|
|
122
|
+
"stale": 300,
|
|
123
|
+
"revalidate": 60,
|
|
124
|
+
"expire": 3600
|
|
125
|
+
},
|
|
126
|
+
"hours": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 3600,
|
|
129
|
+
"expire": 86400
|
|
130
|
+
},
|
|
131
|
+
"days": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 86400,
|
|
134
|
+
"expire": 604800
|
|
135
|
+
},
|
|
136
|
+
"weeks": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 604800,
|
|
139
|
+
"expire": 2592000
|
|
140
|
+
},
|
|
141
|
+
"max": {
|
|
142
|
+
"stale": 300,
|
|
143
|
+
"revalidate": 2592000,
|
|
144
|
+
"expire": 31536000
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"cacheHandlers": {},
|
|
148
|
+
"experimental": {
|
|
149
|
+
"useSkewCookie": false,
|
|
150
|
+
"cssChunking": true,
|
|
151
|
+
"multiZoneDraftMode": false,
|
|
152
|
+
"appNavFailHandling": false,
|
|
153
|
+
"prerenderEarlyExit": true,
|
|
154
|
+
"serverMinification": true,
|
|
155
|
+
"linkNoTouchStart": false,
|
|
156
|
+
"caseSensitiveRoutes": false,
|
|
157
|
+
"dynamicOnHover": false,
|
|
158
|
+
"preloadEntriesOnStart": true,
|
|
159
|
+
"clientRouterFilter": true,
|
|
160
|
+
"clientRouterFilterRedirects": false,
|
|
161
|
+
"fetchCacheKeyPrefix": "",
|
|
162
|
+
"proxyPrefetch": "flexible",
|
|
163
|
+
"optimisticClientCache": true,
|
|
164
|
+
"manualClientBasePath": false,
|
|
165
|
+
"cpus": 9,
|
|
166
|
+
"memoryBasedWorkersCount": false,
|
|
167
|
+
"imgOptConcurrency": null,
|
|
168
|
+
"imgOptTimeoutInSeconds": 7,
|
|
169
|
+
"imgOptMaxInputPixels": 268402689,
|
|
170
|
+
"imgOptSequentialRead": null,
|
|
171
|
+
"imgOptSkipMetadata": null,
|
|
172
|
+
"isrFlushToDisk": true,
|
|
173
|
+
"workerThreads": false,
|
|
174
|
+
"optimizeCss": false,
|
|
175
|
+
"nextScriptWorkers": false,
|
|
176
|
+
"scrollRestoration": false,
|
|
177
|
+
"externalDir": false,
|
|
178
|
+
"disableOptimizedLoading": false,
|
|
179
|
+
"gzipSize": true,
|
|
180
|
+
"craCompat": false,
|
|
181
|
+
"esmExternals": true,
|
|
182
|
+
"fullySpecified": false,
|
|
183
|
+
"swcTraceProfiling": false,
|
|
184
|
+
"forceSwcTransforms": false,
|
|
185
|
+
"largePageDataBytes": 128000,
|
|
186
|
+
"typedEnv": false,
|
|
187
|
+
"parallelServerCompiles": false,
|
|
188
|
+
"parallelServerBuildTraces": false,
|
|
189
|
+
"ppr": false,
|
|
190
|
+
"authInterrupts": false,
|
|
191
|
+
"webpackMemoryOptimizations": false,
|
|
192
|
+
"optimizeServerReact": true,
|
|
193
|
+
"viewTransition": false,
|
|
194
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
195
|
+
"validateRSCRequestHeaders": false,
|
|
196
|
+
"staleTimes": {
|
|
197
|
+
"dynamic": 0,
|
|
198
|
+
"static": 300
|
|
199
|
+
},
|
|
200
|
+
"reactDebugChannel": false,
|
|
201
|
+
"serverComponentsHmrCache": true,
|
|
202
|
+
"staticGenerationMaxConcurrency": 8,
|
|
203
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
204
|
+
"transitionIndicator": false,
|
|
205
|
+
"inlineCss": false,
|
|
206
|
+
"useCache": false,
|
|
207
|
+
"globalNotFound": false,
|
|
208
|
+
"browserDebugInfoInTerminal": false,
|
|
209
|
+
"lockDistDir": true,
|
|
210
|
+
"isolatedDevBuild": true,
|
|
211
|
+
"proxyClientMaxBodySize": 10485760,
|
|
212
|
+
"hideLogsAfterAbort": false,
|
|
213
|
+
"mcpServer": true,
|
|
214
|
+
"turbopackFileSystemCacheForDev": true,
|
|
215
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
216
|
+
"turbopackInferModuleSideEffects": false,
|
|
217
|
+
"optimizePackageImports": [
|
|
218
|
+
"lucide-react",
|
|
219
|
+
"date-fns",
|
|
220
|
+
"lodash-es",
|
|
221
|
+
"ramda",
|
|
222
|
+
"antd",
|
|
223
|
+
"react-bootstrap",
|
|
224
|
+
"ahooks",
|
|
225
|
+
"@ant-design/icons",
|
|
226
|
+
"@headlessui/react",
|
|
227
|
+
"@headlessui-float/react",
|
|
228
|
+
"@heroicons/react/20/solid",
|
|
229
|
+
"@heroicons/react/24/solid",
|
|
230
|
+
"@heroicons/react/24/outline",
|
|
231
|
+
"@visx/visx",
|
|
232
|
+
"@tremor/react",
|
|
233
|
+
"rxjs",
|
|
234
|
+
"@mui/material",
|
|
235
|
+
"@mui/icons-material",
|
|
236
|
+
"recharts",
|
|
237
|
+
"react-use",
|
|
238
|
+
"effect",
|
|
239
|
+
"@effect/schema",
|
|
240
|
+
"@effect/platform",
|
|
241
|
+
"@effect/platform-node",
|
|
242
|
+
"@effect/platform-browser",
|
|
243
|
+
"@effect/platform-bun",
|
|
244
|
+
"@effect/sql",
|
|
245
|
+
"@effect/sql-mssql",
|
|
246
|
+
"@effect/sql-mysql2",
|
|
247
|
+
"@effect/sql-pg",
|
|
248
|
+
"@effect/sql-sqlite-node",
|
|
249
|
+
"@effect/sql-sqlite-bun",
|
|
250
|
+
"@effect/sql-sqlite-wasm",
|
|
251
|
+
"@effect/sql-sqlite-react-native",
|
|
252
|
+
"@effect/rpc",
|
|
253
|
+
"@effect/rpc-http",
|
|
254
|
+
"@effect/typeclass",
|
|
255
|
+
"@effect/experimental",
|
|
256
|
+
"@effect/opentelemetry",
|
|
257
|
+
"@material-ui/core",
|
|
258
|
+
"@material-ui/icons",
|
|
259
|
+
"@tabler/icons-react",
|
|
260
|
+
"mui-core",
|
|
261
|
+
"react-icons/ai",
|
|
262
|
+
"react-icons/bi",
|
|
263
|
+
"react-icons/bs",
|
|
264
|
+
"react-icons/cg",
|
|
265
|
+
"react-icons/ci",
|
|
266
|
+
"react-icons/di",
|
|
267
|
+
"react-icons/fa",
|
|
268
|
+
"react-icons/fa6",
|
|
269
|
+
"react-icons/fc",
|
|
270
|
+
"react-icons/fi",
|
|
271
|
+
"react-icons/gi",
|
|
272
|
+
"react-icons/go",
|
|
273
|
+
"react-icons/gr",
|
|
274
|
+
"react-icons/hi",
|
|
275
|
+
"react-icons/hi2",
|
|
276
|
+
"react-icons/im",
|
|
277
|
+
"react-icons/io",
|
|
278
|
+
"react-icons/io5",
|
|
279
|
+
"react-icons/lia",
|
|
280
|
+
"react-icons/lib",
|
|
281
|
+
"react-icons/lu",
|
|
282
|
+
"react-icons/md",
|
|
283
|
+
"react-icons/pi",
|
|
284
|
+
"react-icons/ri",
|
|
285
|
+
"react-icons/rx",
|
|
286
|
+
"react-icons/si",
|
|
287
|
+
"react-icons/sl",
|
|
288
|
+
"react-icons/tb",
|
|
289
|
+
"react-icons/tfi",
|
|
290
|
+
"react-icons/ti",
|
|
291
|
+
"react-icons/vsc",
|
|
292
|
+
"react-icons/wi"
|
|
293
|
+
],
|
|
294
|
+
"trustHostHeader": false,
|
|
295
|
+
"isExperimentalCompile": false
|
|
296
|
+
},
|
|
297
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
298
|
+
"bundlePagesRouterDependencies": false,
|
|
299
|
+
"configFileName": "next.config.mjs",
|
|
300
|
+
"serverExternalPackages": [
|
|
301
|
+
"keytar"
|
|
302
|
+
],
|
|
303
|
+
"turbopack": {
|
|
304
|
+
"root": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2"
|
|
305
|
+
},
|
|
306
|
+
"distDirRoot": ".next"
|
|
307
|
+
},
|
|
308
|
+
"appDir": "/Users/tangqh/Downloads/projects/.viba/trident/20260219-1449-18950ba2",
|
|
309
|
+
"relativeAppDir": "",
|
|
310
|
+
"files": [
|
|
311
|
+
".next/routes-manifest.json",
|
|
312
|
+
".next/server/pages-manifest.json",
|
|
313
|
+
".next/build-manifest.json",
|
|
314
|
+
".next/prerender-manifest.json",
|
|
315
|
+
".next/server/functions-config-manifest.json",
|
|
316
|
+
".next/server/middleware-manifest.json",
|
|
317
|
+
".next/server/middleware-build-manifest.js",
|
|
318
|
+
".next/server/middleware-react-loadable-manifest.js",
|
|
319
|
+
".next/react-loadable-manifest.json",
|
|
320
|
+
".next/server/app-paths-manifest.json",
|
|
321
|
+
".next/app-path-routes-manifest.json",
|
|
322
|
+
".next/server/server-reference-manifest.js",
|
|
323
|
+
".next/server/server-reference-manifest.json",
|
|
324
|
+
".next/BUILD_ID",
|
|
325
|
+
".next/server/next-font-manifest.js",
|
|
326
|
+
".next/server/next-font-manifest.json",
|
|
327
|
+
".next/required-server-files.json"
|
|
328
|
+
],
|
|
329
|
+
"ignore": []
|
|
330
|
+
}
|