-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.32 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
{
"name": "magickli",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@codemirror/legacy-modes": "^6.4.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.2.13",
"@langchain/mongodb": "^0.0.4",
"@langchain/openai": "0.2.0",
"@langchain/pinecone": "0.0.7",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"@mui/material-nextjs": "5.15.11",
"@mui/styles": "5.15.21",
"@mui/x-date-pickers": "^7.9.0",
"@pinecone-database/pinecone": "2.2.2",
"@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",
"ai": "2.1.3",
"arraybuffer-loader": "^1.0.8",
"aws-sdk": "2.1597.0",
"cycle": "^1.0.3",
"date-fns": "^2.29.1",
"dayjs": "^1.11.11",
"discourse2": "^1.1.20",
"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.5.0",
"gongo-server-db-mongo": "3.2.5",
"jade-code-mirror": "^2.0.0",
"json-rich-text": "^1.3.1",
"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": "14.2.4",
"next-auth": "^5.0.0-beta.21",
"next-pwa": "^5.5.5",
"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": "18.3.1",
"react-dom": "18.3.1",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.52.0",
"react-markdown": "^8.0.7",
"react-qrcode": "^0.3.6",
"react-syntax-highlighter": "15.5.0",
"react-toastify": "10.0.5",
"rehype-add-classes": "^1.0.0",
"remark-gfm": "^3.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",
"xml-beautifier": "^0.5.0",
"yaml-loader": "^0.6.0",
"zlib": "^1.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.20.1",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.6",
"@types/pdf-parse": "^1.1.4",
"@types/slug": "^5.0.8",
"@typescript-eslint/eslint-plugin": "7.16.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"json5-loader": "^4.0.1",
"next-sitemap": "^2.5.4",
"prettier": "^2.6.2",
"pug-lexer": "^5.0.1",
"pug-parser": "^6.0.0",
"raw-loader": "^4.0.2",
"typescript": "^5.6.3"
},
"resolutions": {
"corpora": "https://github.com/dariusk/corpora/tarball/ff1941630dc5a7aa3d4459fc038cb7a04ec93cb0"
},
"browser": {}
}