This repository was archived by the owner on Aug 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
{
"name": "vukkybox",
"version": "2.0.0",
"description": "Collect Vukkies trapped in boxes!",
"main": "app.js",
"scripts": {
"cssdev": "npx postcss src/resources/*.css -d public/resources/",
"cssprod": "cross-env NODE_ENV=production npx postcss src/resources/*.css -d public/resources/",
"cert": "certbot renew"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litdevs/vukkybox.git"
},
"keywords": [
"nodejs"
],
"author": "Skelly, Vukky",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/litdevs/vukkybox/issues"
},
"homepage": "https://github.com/litdevs/vukkybox#readme",
"devDependencies": {
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"connect-mongodb-session": "^3.0.0",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.3",
"mongoose": "^6.6.5",
"node-fetch": "^2.6.7",
"nodemailer": "^6.8.0",
"passport": "^0.6.0",
"passport-litauth": "^1.1.0",
"qrcode": "^1.5.1",
"speakeasy": "^2.0.0",
"webp-converter": "^2.3.3"
}
}