forked from udaynarwal72/MentorMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1009 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1009 Bytes
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
{
"name": "MentorMap",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^2.0.14",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.8.2",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@google/generative-ai": "^0.17.1",
"@hono/node-server": "^1.12.2",
"@yaireo/tagify": "^4.31.3",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"googleapis": "^143.0.0",
"http": "^0.0.1-security",
"js-cookie": "^3.0.5",
"mongoose": "^8.6.0",
"react-cookie": "^7.2.0",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"socket.io": "^4.7.5"
}
}