Skip to content

Commit 46a25e4

Browse files
committed
add packages
1 parent 88fd627 commit 46a25e4

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "yashjawale",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"scripts": {
6+
"dev": "astro dev",
7+
"start": "astro dev",
8+
"build": "astro check && astro build",
9+
"preview": "astro preview",
10+
"astro": "astro"
11+
},
12+
"dependencies": {
13+
"@astrojs/check": "^0.9.4",
14+
"@astrojs/mdx": "^4.3.5",
15+
"@astrojs/rss": "^4.0.12",
16+
"@astrojs/sitemap": "^3.5.1",
17+
"@fontsource-variable/inter": "^5.2.6",
18+
"@fontsource-variable/jetbrains-mono": "^5.1.2",
19+
"@fontsource/silkscreen": "^5.0.18",
20+
"@iconify-json/mdi": "^1.1.66",
21+
"@tailwindcss/vite": "^4.1.12",
22+
"astro": "^5.13.7",
23+
"astro-icon": "^1.1.0",
24+
"dayjs": "^1.11.13",
25+
"mdast-util-to-string": "^4.0.0",
26+
"reading-time": "^1.5.0",
27+
"rehype-figure-title": "^1.0.0",
28+
"tailwindcss": "^4.1.12",
29+
"typescript": "^5.3.2"
30+
},
31+
"devDependencies": {
32+
"@astrojs/partytown": "^2.1.4",
33+
"@eslint/js": "^9.33.0",
34+
"@tailwindcss/typography": "^0.5.16",
35+
"rehype-accessible-emojis": "^0.3.2"
36+
}
37+
}

tailwind.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import('tailwindcss').Config} */
2+
export default {
3+
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
4+
plugins: [],
5+
}

0 commit comments

Comments
 (0)