-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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
33
34
35
36
37
{
"name": "jackbailey",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"op": "op run --env-file=\"./1password.env\" -- pnpm astro"
},
"dependencies": {
"@astrojs/db": "^0.14.0",
"@astrojs/mdx": "^3.0.0",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/vercel": "^7.5.3",
"@astrojs/vue": "^4.1.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"@giscus/vue": "^3.0.0",
"@iconify-json/fa-solid": "^1.1.8",
"astro": "^4.5.9",
"astro-expressive-code": "^0.37.0",
"astro-icon": "^1.1.0",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"giscus": "^1.5.0",
"ical.js": "^2.0.1",
"resend": "^4.0.0",
"sanitize-html": "^2.13.0",
"sass": "^1.75.0",
"sharp": "^0.33.3",
"vue": "^3.4.23"
}
}