-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 849 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 849 Bytes
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
{
"name": "cloudchewie-home",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --apply-unsafe ."
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"sass-embedded": "^1.93.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@astrojs/mdx": "^4.3.9",
"@astrojs/rss": "^4.0.13",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.15.3",
"katex": "^0.16.25",
"rehype-accessible-emojis": "^0.3.2",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "^7.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"rss-parser": "^3.13.0"
}
}