-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "edjw-blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w 'src/**/*.{astro,css,html,json,md,mdx,js,jsx,ts,tsx}'",
"post": "php new-blog-cli/new-blog-cli blog"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.13.0",
"astro": "^5.0.8",
"markdown-it": "^13.0.2",
"mdast-util-to-string": "^3.2.0",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"reading-time": "^1.5.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.16",
"title-case": "^3.0.3",
"typescript": "^5.7.2"
}
}