-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 867 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
{
"name": "@example/blog",
"version": "0.0.1",
"type": "module",
"devDependencies": {
"@astrojs/mdx": "7.0.5",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@cloudflare/workers-types": "4.20260702.1",
"@iconify-json/fluent": "^1.2.45",
"@iconify-json/jam": "^1.2.3",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"astro": "7.2.2",
"astro-icon": "1.1.5",
"astro-robots-txt": "1.0.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.0",
"typescript": "7.0.2",
"wrangler": "4.123.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format:astro": "prettier -w src/"
}
}