-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create-schema": "node src/app/api/initializeDBSchema.js"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.3",
"@auth0/nextjs-auth0": "^3.5.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@vectara/react-chatbot": "^3.0.1",
"@vectara/react-search": "^1.2.0",
"@vectara/stream-query-client": "^4.1.0",
"amplitude-react": "^0.0.4",
"argon2": "^0.40.1",
"auth0": "^4.3.1",
"axios": "^1.7.4",
"braces": "^3.0.3",
"debounce": "^2.0.0",
"formidable": "^3.5.1",
"generate-password": "^1.7.1",
"markdown-to-jsx": "^7.4.6",
"next": "^14.1.1",
"pg": "^8.11.5",
"qs": "^6.12.1",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-icons": "^5.2.1",
"react-responsive-masonry": "^2.2.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"short-unique-id": "^5.0.3",
"suspend-react": "^0.1.3"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/qs": "^6.9.14",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}