-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "aman-varshney",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/db": "0.14.3",
"@astrojs/mdx": "4.0.1",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.3",
"@astrojs/vercel": "^8.0.0",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@fontsource/geist-sans": "^5.1.0",
"@shikijs/transformers": "^1.17.7",
"@vercel/analytics": "^1.3.1",
"astro": "5.0.3",
"astro-expressive-code": "^0.35.6",
"astro-icon": "^1.1.1",
"astro-pagefind": "^1.6.0",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"shiki-transformer-copy-button": "^0.0.3",
"typescript": "^5.6.2"
}
}