-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
39
40
41
42
43
44
45
{
"name": "rishikc.com",
"type": "module",
"version": "4.3.0",
"scripts": {
"dev": "astro dev",
"build": "astro build --force",
"preview": "yarn build && astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@emailjs/browser": "^4.4.1",
"@playform/compress": "^0.2.2",
"@unpic/astro": "^1.0.2",
"astro": "^6.1.3",
"astro-seo-schema": "^6.0.0",
"dompurify": "^3.3.3",
"gsap": "^3.14.2",
"imagesloaded": "^5.0.0",
"masonry-layout": "^4.2.2",
"schema-dts": "^2.0.0"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"astro-imagetools": "^0.9.0",
"autoprefixer": "^10.4.27",
"hastscript": "^9.0.1",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.5.8",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-preset-minify": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-notes-plugin": "^2.0.0",
"remark-smartypants": "^3.0.2",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.2.2"
}
}