-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 941 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
{
"name": "codeoverflow",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"build": "npx tailwindcss -i ./public/src/input.css -o ./public/dist/output.css --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"cohere-ai": "^7.16.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dot": "^1.1.3",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-validator": "^7.2.1",
"jsonwebtoken": "^9.0.2",
"marked": "^15.0.11",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.2",
"node-fetch": "^3.3.2",
"openai": "^4.96.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"nodemon": "^3.1.9",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
},
"type": "module"
}