This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 3.21 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "femdevs-website",
"version": "4.3.0",
"main": "index.js",
"readme": "README.md",
"scripts": {
"build": "npx postcss ./static/tailwind.css -o ./static/styles.css",
"live": "npx postcss ./static/tailwind.css -o ./static/styles.css --watch",
"dev": "nodemon .",
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node compileSass.js"
},
"author": {
"name": "Benjamin",
"email": "[email protected]",
"url": "https://ben.thefemdevs.com"
},
"contributors": [
{
"name": "Benjamin",
"email": "[email protected]",
"url": "https://ben.thefemdevs.com"
},
{
"name": "Alex",
"email": "[email protected]",
"url": "https://alex.thefemdevs.com"
},
{
"name": "Oblong",
"email": "[email protected]",
"url": "https://oblong.thefemdevs.com"
},
{
"name": "Nezha",
"email": "[email protected]",
"url": "https://nezha.thefemdevs.com"
}
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/therealbenpai"
},
{
"type": "organization",
"url": "https://donate.stripe.com/6oE3ge8OU6hS93OcMM"
}
],
"license": "AGPL-3.0-or-later",
"description": "The official source code for the FemDevs website including all the subdomains.",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@therealbenpai/webutils": "^1.2.0",
"@therealbenpai/zdcors": "^1.3.0",
"@types/showdown": "^2.0.6",
"asn1.js": "^5.4.1",
"asn1.js-rfc2560": "^5.0.1",
"asn1.js-rfc5280": "^3.0.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"bwip-js": "^4.4.0",
"chalk": "^3.0.0",
"dotenv": "^16.3.1",
"eslint-plugin-jsdoc": "^48.5.0",
"express": "^4.21.0",
"express-session": "^1.17.3",
"firebase": "^10.12.2",
"firebase-admin": "^12.2.0",
"html-minifier-terser": "^7.2.0",
"ipinfo-express": "^2.0.2",
"memorystore": "^1.6.7",
"node-cron": "^3.0.2",
"node-html-parser": "^6.1.13",
"node-ipinfo": "^3.4.6",
"nodemailer": "^6.9.13",
"pg": "^8.12.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"preline": "^2.3.0",
"pug": "^3.0.2",
"ranjs": "^1.24.5",
"rate-limiter-flexible": "^3.0.0",
"response-time": "^2.3.2",
"sass": "^1.77.6",
"showdown": "^2.1.0",
"spotify-web-api-node": "^5.0.2",
"sql-template-strings": "^2.2.2",
"stripe": "^14.1.0",
"tailwindcss": "^3.3.3",
"uglify-js": "^3.18.0",
"vhost": "^3.0.2",
"whoiser": "^1.17.3",
"ws": "^8.17.1",
"xml": "^1.0.1",
"yaml": "^2.4.5"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@types/axios": "^0.14.0",
"@types/express": "^4.17.19",
"@types/html-minifier-terser": "^7.0.2",
"@types/nodemailer": "^6.4.14",
"@types/ranjs": "^1.22.7",
"@types/spotify-api": "^0.0.25",
"@types/stripe": "^8.0.417",
"@types/xml": "^1.0.11",
"eslint": "^9.3.0",
"uuid": "^9.0.1"
},
"optionalDependencies": {
"nodemon": "^3.0.1"
}
}