-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "file-sharing-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"devStart": "nodemon index.js",
"build:css": "postcss public/css/tailwind.css -o public/css/styles.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.3.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cloudinary": "^1.26.2",
"compression": "^1.7.4",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.2",
"googleapis": "^82.0.0",
"gridfs-stream": "^1.1.1",
"http": "0.0.1-security",
"method-override": "^3.0.0",
"mongoose": "^5.13.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^5.0.0",
"nodemailer": "^6.6.2",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.2.4"
},
"devDependencies": {
"nodemon": "^2.0.9"
}
}