-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "website2",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "node ./run-server.js",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"seed": "node ./dbSeed.js",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/sitemap": "^3.2.1",
"@fastify/send": "^3.3.0",
"@fontsource/catamaran": "^5.1.0",
"@fontsource/lato": "^5.1.0",
"@fontsource/montserrat-alternates": "^5.1.0",
"@mercuryworkshop/bare-as-module3": "^2.2.5",
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.27",
"@noble/ciphers": "^1.1.3",
"@ruffle-rs/ruffle": "^0.1.0-nightly.2024.12.28",
"@smithy/util-base64": "^3.0.0",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"@tomphttp/bare-server-node": "^2.0.5",
"@types/dockerode": "^3.3.32",
"@types/node": "^18.19.68",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
"@types/qrcode": "^1.5.5",
"astro": "^5.1.1",
"chalk": "^5.3.0",
"compression": "^1.7.5",
"discord.js": "^14.16.3",
"dockerode": "^4.0.2",
"hcaptcha": "^0.2.0",
"node-html-parser": "^7.0.1",
"nodemailer": "^6.9.16",
"otplib": "^12.0.1",
"parseurl": "^1.3.3",
"pg": "^8.13.1",
"pretty-ms": "^9.2.0",
"qrcode": "^1.5.4",
"sass": "^1.77.8",
"stripe": "^17.5.0",
"svgo": "^3.3.2",
"typescript": "^5.5.4",
"vite-plugin-static-copy": "^2.2.0",
"wisp-server-node": "^1.1.7"
}
}