forked from SurajPratap10/Imagine_AI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "IMAGINE-AI",
"version": "1.0.0",
"description": "Generate images using OpenAI API",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node index",
"dev": "nodemon index",
"prepare": "npm i husky && husky install"
},
"keywords": [],
"author": "Suraj Pratap",
"license": "VIT",
"dependencies": {
"@mui/styles": "^6.1.5",
"bcryptjs": "^2.4.3",
"build": "^0.1.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"email-validator": "^2.0.4",
"express": "^4.21.1",
"express-session": "^1.17.3",
"gsap": "^3.12.5",
"hbs": "^4.2.0",
"husky": "^9.1.6",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.2",
"nodemailer": "^6.9.15",
"openai": "^4.67.1",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"password-validator": "^5.3.0",
"vanilla-toast": "^0.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^19.2.2",
"jest": "^29.7.0",
"nodemon": "^3.1.7"
}
}