-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "blog",
"description": "Astro blog starter kit.",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"author": "Vaibhav Sharma<vaibhavsharmaatwork@gmail.com>",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rimraf .astro/ dist",
"lint": "eslint \"src/**/*.{ts,js,astro}\"",
"format": "exec prettier . --write"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource-variable/geist-mono": "^5.0.1",
"@fontsource-variable/playfair-display": "^5.1.1",
"@fontsource/geist-sans": "^5.1.0",
"astro": "^5.1.10",
"astro-favicons": "^3.1.5",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.14.0",
"serverless-http": "^3.2.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.12.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/parser": "^8.22.0",
"clsx": "^2.1.1",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-tailwindcss": "^3.18.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"vite": "^6.0.11"
},
"packageManager": "pnpm@9.15.3"
}