-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "CitySpacesNY",
"version": "1.0.0",
"description": "Full stack web application where you can get information on volunteer opportunities around New York City, save opportunities you'd like to volunteer, and facilitate reflection discussions.",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Toni Williams",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.2",
"cloudinary": "^1.25.1",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"D": "^1.0.0",
"daisyui": "^2.41.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"install": "^0.13.0",
"method-override": "^3.0.0",
"mongodb": "^3.6.5",
"mongoose": "^5.13.15",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"validator": "^13.6.0"
},
"devDependencies": {
"nodemon": "^2.0.20",
"tailwindcss": "^3.2.4"
}
}