-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 872 Bytes
/
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
{
"name": "@example/blog",
"version": "0.0.1",
"type": "module",
"devDependencies": {
"@astrojs/mdx": "4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@cloudflare/workers-types": "4.20250124.3",
"@iconify-json/fluent": "^1.2.12",
"@iconify-json/jam": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "0.5.16",
"@tailwindcss/vite": "^4.0.0",
"astro": "5.1.10",
"astro-icon": "1.1.5",
"astro-robots-txt": "1.0.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.0",
"typescript": "5.7.3",
"wrangler": "3.105.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format:astro": "prettier -w src/"
}
}