forked from mayneyao/eidos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
189 lines (189 loc) · 5.96 KB
/
package.json
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "eidos",
"version": "0.4.3",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm recursive run build && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"gen-types": "tsc -p tsconfig.typings.json && tsx fix-types.ts",
"test": "jest"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.13",
"@aws-crypto/sha256-browser": "^5.2.0",
"@eidos.space/types": "workspace:*",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@floating-ui/react": "^0.26.13",
"@glideapps/glide-data-grid": "^6.0.0",
"@google/generative-ai": "^0.1.3",
"@hookform/resolvers": "^3.1.1",
"@lexical/clipboard": "^0.15.0",
"@lexical/code": "^0.15.0",
"@lexical/hashtag": "^0.15.0",
"@lexical/headless": "^0.15.0",
"@lexical/html": "^0.15.0",
"@lexical/link": "^0.15.0",
"@lexical/list": "^0.15.0",
"@lexical/mark": "^0.15.0",
"@lexical/markdown": "^0.15.0",
"@lexical/react": "^0.15.0",
"@lexical/rich-text": "^0.15.0",
"@lexical/selection": "^0.15.0",
"@lexical/table": "^0.15.0",
"@lexical/text": "^0.15.0",
"@lexical/utils": "^0.15.0",
"@mlc-ai/web-llm": "^0.2.40",
"@monaco-editor/react": "^4.6.0",
"@octokit/rest": "^20.0.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sqlite.org/sqlite-wasm": "3.45.3-build2",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"@uiw/react-heat-map": "^2.2.1",
"@xenova/transformers": "^2.17.1",
"ahooks": "^3.7.8",
"ai": "^3.1.9",
"aws-sdk": "^2.1526.0",
"aws4fetch": "^1.0.17",
"bufferutil": "^4.0.7",
"class-variance-authority": "^0.4.0",
"cmdk": "^0.2.0",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"dnd-core": "^16.0.1",
"emoji-mart": "^5.5.2",
"eventemitter3": "^5.0.1",
"gpt-tokenizer": "^2.1.1",
"hnswlib-wasm": "^0.8.2",
"idb-keyval": "^6.2.1",
"immutability-helper": "^3.1.1",
"jszip": "^3.10.1",
"lexical": "^0.15.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.316.0",
"marked": "^5.1.1",
"match-sorter": "^6.3.1",
"mime-types": "^2.1.35",
"monaco-editor": "^0.44.0",
"next-themes": "^0.2.1",
"openai": "^4.16.1",
"papaparse": "^5.4.1",
"pdfjs-dist": "^3.10.111",
"peerjs": "^1.4.7",
"pgsql-ast-parser": "^11.1.0",
"postal-mime": "^2.2.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-day-picker": "^8.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-infinite-scroll-hook": "^4.1.1",
"react-laag": "^2.0.5",
"react-marked-renderer": "^1.1.2",
"react-qr-code": "^2.0.13",
"react-resizable-panels": "^1.0.5",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.1",
"react-selecto": "^1.26.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"sort-by": "^1.2.0",
"tailwindcss-animate": "^1.0.6",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0",
"vaul": "^0.8.0",
"whisper-turbo": "workspace:*",
"workbox-precaching": "^7.0.0",
"ws": "^8.13.0",
"yjs": "^13.6.6",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.3",
"zustand": "^4.3.9"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@jest/globals": "^29.6.1",
"@tailwindcss/typography": "^0.5.9",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.4.1",
"@types/papaparse": "^5.3.7",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.2",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-tailwindcss": "^3.13.0",
"framer-motion": "^11.2.10",
"jest": "^29.6.1",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"shx": "^0.3.4",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.17.4",
"workbox-window": "^7.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"next",
"solid-js",
"svelte",
"vue"
]
}
}
}