-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
41 lines (41 loc) · 906 Bytes
/
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
{
"name": "minddrive",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"scripts": {
"dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@google/generative-ai": "^0.14.1",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cors": "^2.8.5",
"cz-git": "^1.10.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"method-override": "^3.0.0",
"mongodb": "^6.8.0",
"mongoose": "^8.4.4"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"devDependencies": {
"nodemon": "^3.1.7",
"tailwindcss": "^3.4.16"
}
}