-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
{
"name": "rnb",
"version": "1.0.0",
"description": "project two - RnB rent and borrow\u001b[1;6D\u001b[F",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js -e js,ejs,css -w . -w .env.local",
"css": "npm run dev & npm run sass",
"sass": "sass --watch src/scss:public/styles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anas029/RnB.git"
},
"keywords": [
"RnB",
"rent",
"borrow"
],
"author": "Ali Naser",
"license": "ISC",
"bugs": {
"url": "https://github.com/anas029/RnB/issues"
},
"homepage": "https://github.com/anas029/RnB#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-ensure-login": "^0.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"mongoose": "^6.9.2",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"sharp": "^0.33.1",
"validator": "^13.9.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.3.0-alpha1",
"express-dart-sass": "^1.0.4",
"postcss-cli": "^10.1.0",
"sass": "^1.58.3",
"uuid": "^9.0.0"
}
}