-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "expresstailwind",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss src/css/styles.css -o public/css/styles.css",
"watch:css": "postcss src/css/styles.css -o public/css/styles.css --watch",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.2",
"connect-mongodb-session": "^5.0.0",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.2",
"express-validator": "^7.2.1",
"expresstailwind": "file:",
"mongodb": "^6.18.0",
"mongoose": "^8.17.0",
"multer": "^2.0.2",
"nodemailer": "^7.0.5",
"openai": "^6.9.1",
"pdfjs-dist": "^2.16.105",
"pdfkit": "^0.17.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"autoprefixer": "^10.4.20",
"nodemon": "^3.1.10",
"postcss": "^8.5.2",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.6"
}
}