-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.85 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
{
"name": "ubcv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@emotion/css": "^11.13.0",
"@langchain/community": "^0.2.32",
"@langchain/ollama": "^0.0.4",
"@mantine/core": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/tiptap": "^7.12.2",
"@prisma/client": "^5.19.1",
"@react-three/drei": "^9.112.0",
"@react-three/fiber": "^8.17.7",
"@tabler/icons-react": "^3.14.0",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-code-block": "^2.6.6",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"bcryptjs": "^2.4.3",
"framer-motion": "^11.5.4",
"highlight.js": "^11.10.0",
"humps": "^2.0.1",
"langchain": "^0.2.18",
"lowlight": "^3.1.0",
"luxon": "^3.6.1",
"marked": "^14.1.1",
"next": "^14.2.8",
"next-auth": "^5.0.0-beta.20",
"pdf-parse": "^1.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "^0.168.0"
},
"devDependencies": {
"@types/bcryptjs": "^2",
"@types/humps": "^2",
"@types/luxon": "^3.6.2",
"@types/node": "22.5.2",
"@types/pg": "^8",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/three": "^0.168.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.19.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}