-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 4.68 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "@idp-v2/source",
"version": "0.2.5",
"license": "SEE LICENSE IN LICENSE",
"packageManager": "pnpm@10.29.3",
"scripts": {
"build:all": "nx run-many --target build --all",
"affected:all": "nx affected --target build"
},
"private": true,
"dependencies": {
"@ark-ui/react": "^5.35.0",
"@aws-cdk/aws-elasticache-alpha": "2.235.1-alpha.0",
"@aws-cdk/aws-lambda-python-alpha": "2.235.1-alpha.0",
"@aws-crypto/sha256-browser": "^5.2.0",
"@aws-sdk/client-bedrock-agent-runtime": "^3.1020.0",
"@aws-sdk/client-s3": "^3.1020.0",
"@aws-sdk/client-ssm": "^3.1020.0",
"@aws-sdk/credential-providers": "^3.1020.0",
"@aws-sdk/s3-request-presigner": "^3.1020.0",
"@aws-sdk/signature-v4": "^3.374.0",
"@aws-sdk/util-format-url": "^3.972.8",
"@aws/nx-plugin": "0.90.1",
"@fortune-sheet/react": "^1.0.4",
"@hono/node-server": "^1.19.12",
"@hono/standard-validator": "^0.2.2",
"@hono/swagger-ui": "^0.5.3",
"@lancedb/lancedb": "^0.23.0",
"@smithy/protocol-http": "^5.3.12",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-router": "1.139.7",
"@types/three": "^0.183.1",
"@valibot/to-json-schema": "^1.6.0",
"apache-arrow": "^21.1.0",
"aws-cdk": "2.1102.0",
"aws-cdk-lib": "2.235.1",
"aws4fetch": "^1.0.20",
"constructs": "10.4.3",
"esbuild": "0.27.0",
"exceljs": "^4.4.0",
"hono": "^4.12.9",
"hono-openapi": "^1.3.0",
"i18next": "^25.10.10",
"i18next-browser-languagedetector": "^8.2.1",
"isomorphic-dompurify": "^2.36.0",
"jszip": "^3.10.1",
"lucide-react": "^0.562.0",
"mammoth": "^1.12.0",
"mermaid": "^11.14.0",
"nanoid": "^5.1.7",
"oidc-client-ts": "3.4.1",
"pdfjs-dist": "^5.6.205",
"pptx-preview": "^1.0.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-force-graph-2d": "^1.29.1",
"react-force-graph-3d": "^1.29.1",
"react-i18next": "^16.6.6",
"react-markdown": "^10.1.0",
"react-oidc-context": "3.3.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"source-map-support": "0.5.21",
"tailwindcss": "4.1.17",
"three": "^0.183.2",
"valibot": "^1.3.1"
},
"devDependencies": {
"@aws-cdk/aws-bedrock-agentcore-alpha": "2.235.1-alpha.0",
"@eslint/js": "^9.39.4",
"@nx/eslint": "22.6.1",
"@nx/eslint-plugin": "22.6.1",
"@nx/js": "22.6.1",
"@nx/react": "22.6.1",
"@nx/vite": "22.6.1",
"@nx/vitest": "22.6.1",
"@nx/web": "22.6.1",
"@nx/workspace": "22.6.1",
"@nxlv/python": "21.2.0",
"@swc-node/register": "~1.9.2",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.20",
"@tailwindcss/vite": "4.1.17",
"@tanstack/router-generator": "1.139.7",
"@tanstack/router-plugin": "1.139.7",
"@tanstack/router-utils": "1.139.0",
"@tanstack/virtual-file-routes": "1.139.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/aws-lambda": "^8.10.161",
"@types/node": "22.19.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jiti": "2.4.2",
"jsdom": "^29.0.1",
"jsonc-eslint-parser": "2.4.1",
"nx": "22.6.1",
"prettier": "3.8.1",
"tslib": "^2.8.1",
"tsx": "4.20.6",
"typescript": "~5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "^4.1.2"
},
"type": "module",
"pnpm": {
"overrides": {
"qs": ">=6.14.1",
"tar": ">=7.5.10",
"@modelcontextprotocol/sdk": ">=1.27.1",
"express-rate-limit": ">=8.2.2",
"lodash": ">=4.18.0",
"lodash-es": ">=4.18.0",
"diff": ">=8.0.3",
"fast-xml-parser": ">=5.5.6",
"rollup": ">=4.59.0",
"minimatch": ">=10.2.3",
"underscore": ">=1.13.8",
"serialize-javascript": ">=7.0.3",
"koa": ">=3.1.2",
"svgo": ">=4.0.1",
"@hono/node-server": ">=1.19.10",
"dompurify": ">=3.3.2",
"undici": ">=7.24.0",
"flatted": ">=3.4.2",
"yauzl": ">=3.2.1",
"devalue": ">=5.6.4",
"file-type": ">=21.3.2",
"h3": ">=1.15.6",
"handlebars": ">=4.7.9",
"picomatch": ">=4.0.4",
"path-to-regexp": ">=0.1.13",
"@xmldom/xmldom": ">=0.8.12 <0.9.0"
},
"onlyBuiltDependencies": [
"duckdb"
],
"ignoredBuiltDependencies": [
"duckdb"
]
}
}