-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "agent.simd.space",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:push": "echo 'Schema managed by backend — run backend migrations instead'",
"db:studio": "echo 'Schema managed by backend — use backend admin instead'"
},
"dependencies": {
"@kitware/vtk.js": "^34.16.2",
"@monaco-editor/react": "^4.7.0",
"@neondatabase/auth": "^0.2.0-beta.1",
"@react-pdf/math": "^2.0.1",
"@react-pdf/renderer": "^4.3.2",
"@tanstack/react-query": "^5.90.15",
"@tanstack/react-query-persist-client": "^5.99.0",
"@vercel/analytics": "^1.5.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"html-to-image": "^1.11.13",
"idb-keyval": "^6.2.2",
"immer": "^11.1.3",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"katex": "^0.16.33",
"lucide-react": "^0.547.0",
"marked": "^17.0.4",
"next": "16.0.10",
"npyjs": "^1.0.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "^10.1.0",
"react-pdf-html": "^2.1.5",
"recharts": "^3.7.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.7",
"stripe": "^20.4.0",
"three": "^0.181.1",
"usesend-js": "^1.6.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.181.0",
"baseline-browser-mapping": "^2.10.14",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}