This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.54 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
{
"name": "panoramica",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "(git apply patch/sloppy.patch || true) && cp patch/Exists.js node_modules/@neo4j/cypher-builder/dist/expressions/subquery/Exists.js && cp patch/create-delete-and-params.js node_modules/@neo4j/graphql/dist/translate/create-delete-and-params.js",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"engines": {
"node": "18"
},
"dependencies": {
"@apollo/client": "^3.8.0-rc.2",
"@apollo/experimental-nextjs-app-support": "^0.4.1",
"@apollo/server": "^4.9.1",
"@as-integrations/next": "^2.0.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@neo4j/graphql": "^3.24.3",
"@neo4j/graphql-ogm": "^3.24.3",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.16.0",
"ai": "^2.1.14",
"apollo-server-core": "^3.12.0",
"axios": "^1.4.0",
"bullmq": "^4.8.0",
"classnames": "^2.3.2",
"compromise": "^14.9.0",
"crawler": "^1.4.0",
"dockview": "^1.7.6",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"highlight.js": "^11.8.0",
"js-tiktoken": "^1.0.7",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.1",
"langchain": "^0.0.162",
"luxon": "^3.3.0",
"markdown-it": "^13.0.1",
"neo4j-driver": "^5.11.0",
"next-auth": "^4.22.1",
"next@canary": "^13.4.19",
"nodemailer": "^6.9.3",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-hotkeys-hook": "^4.4.0",
"react-modal": "^3.14.4",
"react-tabs": "^6.0.1",
"react-timeago": "^7.1.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"turndown": "^7.1.2",
"typesense": "^1.7.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/react": "18.2.22",
"autoprefixer": "^10.4.14",
"eslint": "8.11.0",
"eslint-config-next": "^13.4.5",
"postcss": "^8.4.24",
"prisma": "^4.16.0",
"tailwindcss": "^3.0.23",
"tsx": "^3.12.10",
"typescript": "5.2.2"
}
}