-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 909 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 909 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
{
"name": "web-app",
"version": "0.0.1",
"description": "This is where I will be placing test nodejs stuff.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-styles": "",
"watch-styles": "npx tailwindcss -i ./frontend/css/tailwind.css -o ./frontend/build/tailwind.css --watch"
},
"dependencies": {
"@sendgrid/mail": "^7.4.6",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.5.0",
"cookie-parser": "^1.4.5",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.3",
"express-session": "^1.17.2",
"mongoose": "^6.0.3",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0"
},
"author": "Dafydd Thomas",
"license": "ISC"
}