-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 820 Bytes
/
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
{
"name": "catapult-mailer",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@arcjet/node": "^1.0.0-alpha.12",
"@astrojs/check": "^0.5.10",
"@astrojs/db": "^0.11.4",
"@astrojs/netlify": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/web-vitals": "^0.2.0",
"@playform/compress": "^0.0.3",
"@types/bun": "^1.1.1",
"@types/jwt-simple": "^0.5.36",
"astro": "^4.7.1",
"bun": "^1.1.7",
"jwt-simple": "^0.5.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@tailwindcss/typography": "^0.5.13"
}
}