-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.62 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
{
"name": "email-server",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"buildAndCheck": "astro check && astro build",
"preview": "astro preview",
"production": "node dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@astro-utils/express-endpoints": "^2.1.1",
"@astro-utils/forms": "^3.13.12",
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.2",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.13.3",
"fs-extra": "^11.2.0",
"highlight.js": "^11.10.0",
"lowdb": "^7.0.1",
"mailparser": "^3.7.1",
"nodemailer": "^6.9.14",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icon": "^1.0.0",
"react-icons": "^5.3.0",
"rippleui": "^1.12.1",
"sanitize-html": "^2.13.0",
"selfsigned": "^2.4.1",
"smtp-server": "^3.13.4",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.9",
"trix": "^2.1.5",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
},
"author": {
"name": "Ido S."
},
"repository": {
"type": "git",
"url": "https://github.com/ido-pluto/node-email-server"
},
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ido-pluto"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/mailparser": "^3.4.4",
"@types/node": "^22.2.0",
"@types/sanitize-html": "^2.11.0",
"@types/smtp-server": "^3.5.10",
"@types/uuid": "^10.0.0"
}
}