-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.34 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.34 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
{
"name": "ask-db",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@aws-sdk/client-dynamodb": "^3.788.0",
"@chakra-ui/react": "^3.5.1",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-python": "^6.1.7",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@influxdata/influxdb-client": "^1.35.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@octokit/rest": "^21.1.1",
"@prisma/client": "^6.5.0",
"@tabler/icons-react": "^3.31.0",
"@types/pg": "^8.11.13",
"@uiw/react-codemirror": "^4.23.10",
"bcrypt": "^5.1.1",
"firebase-admin": "^13.2.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.475.0",
"mermaid": "^11.4.1",
"mongodb": "^6.15.0",
"mysql2": "^3.14.0",
"neo4j-driver": "^5.28.1",
"next": "^15.1.6",
"next-auth": "^4.24.7",
"next-themes": "^0.4.4",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.10.0",
"octokit": "^4.1.2",
"openai": "^4.83.0",
"pg": "^8.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.5.0",
"react-modal-video": "^2.0.2",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^9.2.0",
"react-toastify": "^11.0.3",
"redis": "^4.7.0",
"resend": "^4.1.2",
"styled-components": "^6.1.16",
"svg-pan-zoom": "^3.6.2",
"tailwind-merge": "^3.0.2",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20.17.16",
"@types/node-telegram-bot-api": "^0.64.8",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-modal-video": "^1.2.3",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.7.0",
"postcss": "^8",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}