-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.19 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gss-gwarinpa-contact-book",
"version": "3.0.0",
"description": "Discover Present & Past GSS Gwarinpa Students",
"main": "database/mongodb.js",
"scripts": {
"webpack": "webpack --watch",
"dev-start": "NODE_ENV=dev nodemon database/mongodb",
"start": "nodemon database/mongodb",
"tailwind": "npx tailwindcss -i ./public/tailwindcss/input.css -o ./public/tailwindcss/output.css --watch --minify",
"seed": "NODE_ENV=dev node ./database/seed.js",
"docker-compose-up": "docker compose up -d",
"docker-compose-down": "docker compose down"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dankore/gssg-year-book.git"
},
"author": "Adamu M Dankore",
"license": "MIT",
"bugs": {
"url": "https://github.com/dankore/gssg-year-book/issues"
},
"homepage": "https://github.com/dankore/gssg-year-book#readme",
"dependencies": {
"@aws-sdk/abort-controller": "^3.267.0",
"@aws-sdk/client-s3": "^3.267.0",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"aws-sdk": "^2.814.0",
"babel-loader": "^8.3.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.32.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.5.0",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
"express-session": "^1.16.2",
"lodash": "^4.17.21",
"marked": "^4.2.12",
"mongodb": "^5.0.0",
"multer": "^1.4.2",
"multer-s3": "^3.0.1",
"multer-storage": "^0.4.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.2",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-yahoo-oauth": "^0.2.0",
"sanitize-html": "^2.9.0",
"sitemap": "^7.1.1",
"validator": "^13.7.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2"
}
}