-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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
{
"name": "comento-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "astro build && yarn sync && yarn invalidate",
"sync": "aws s3 sync ./dist/ s3://developer.comento.kr",
"invalidate": "aws cloudfront create-invalidation --distribution-id E3L96CM7GX7I2G --paths \"/*\" > /dev/null",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/partytown": "2.1.2",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.3",
"@astrojs/vue": "5.0.1",
"@tailwindcss/typography": "^0.5.9",
"@tryghost/admin-api": "^1.13.7",
"@tryghost/content-api": "^1.11.13",
"@types/tryghost__content-api": "^1.3.11",
"astro": "5.0.2",
"dayjs": "^1.11.8",
"he": "^1.2.0",
"jsdom": "^23.0.1",
"shiki": "^1.0",
"vue": "^3.2.30"
},
"devDependencies": {
"@comento/tailwind-plugin": "^1.9.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.6.3"
}
}