-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.39 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.39 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
{
"name": "magickli",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^22.0.0",
"pnpm": "^10.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@ai-sdk/rsc": "1.0.60",
"@ampproject/remapping": "^2.3.0",
"@biomejs/biome": "^2.2.5",
"@codemirror/language": "^6.11.3",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.9.0",
"@codemirror/state": "6.5.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@hookform/resolvers": "^5.2.2",
"@langchain/community": "^0.2.13",
"@langchain/mongodb": "^0.0.4",
"@langchain/openai": "0.2.0",
"@langchain/pinecone": "0.0.7",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/material-nextjs": "^7.3.3",
"@mui/x-date-pickers": "^7.9.0",
"@pinecone-database/pinecone": "2.2.2",
"@serwist/next": "^9.2.1",
"@trpc/client": "^11.0.0-rc.532",
"@trpc/server": "^11.0.0-rc.532",
"@uiw/react-codemirror": "^4.23.0",
"@uiw/react-split": "^5.9.3",
"@vercel/functions": "^1.5.1",
"ai": "2.1.3",
"arraybuffer-loader": "^1.0.8",
"aws-sdk": "2.1597.0",
"bson": "^6.10.1",
"cycle": "^1.0.3",
"date-fns": "^2.29.1",
"dayjs": "^1.11.11",
"discourse2": "^1.2.0",
"dot-prop": "^6.0.1",
"dotenv": "^16.3.1",
"file-type": "19.0.0",
"filepond": "^4.31.1",
"gongo-client": "^2.8.2",
"gongo-client-react": "^0.5.2",
"gongo-server": "3.6.1",
"gongo-server-db-mongo": "3.3.1",
"jade-code-mirror": "^2.0.0",
"json-rich-text": "^1.3.1",
"json5": "^2.2.3",
"langchain": "^0.2.6",
"lune": "^0.4.0",
"luxon": "^2.0.2",
"magic-string": "^0.30.10",
"mongodb": "6.2.0",
"music-metadata": "7.14.0",
"next": "15.5.9",
"next-auth": "5.0.0-beta.29",
"nlopt-js": "^0.1.1",
"openai-edge": "1.1.0",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^1.1.1",
"qrcode": "^1.5.3",
"radash": "^12.1.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.65.0",
"react-markdown": "^10.1.0",
"react-qrcode": "^0.3.6",
"react-syntax-highlighter": "15.5.0",
"react-toastify": "10.0.5",
"rehype-add-classes": "^1.0.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.29.2",
"slug": "^9.1.0",
"source-map": "^0.7.4",
"suncalc": "^1.9.0",
"superjson": "^2.2.1",
"supermemo": "^2.0.17",
"tarot-deck": "^2.0.1",
"valibot": "1.1.0",
"xml-beautifier": "^0.5.0",
"yaml-loader": "^0.6.0",
"zlib": "^1.0.5",
"zod": "^4.1.12"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@testing-library/react": "^13.4.0",
"@types/node": "24.7.0",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/slug": "^5.0.8",
"next-sitemap": "^2.5.4",
"pug-lexer": "^5.0.1",
"pug-parser": "^6.0.0",
"raw-loader": "^4.0.2",
"serwist": "^9.2.1",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"resolutions": {
"corpora": "https://github.com/dariusk/corpora/tarball/ff1941630dc5a7aa3d4459fc038cb7a04ec93cb0"
},
"browser": {},
"packageManager": "[email protected]"
}