-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 860 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
33
{
"name": "astro-blur",
"type": "module",
"version": "0.5.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"new": "node scripts/new-post.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@iconify-json/material-symbols": "^1.2.14",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.3.1",
"astro-icon": "^1.1.5",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.5.0",
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"pagefind": "^1.3.0",
"tailwindcss-animate": "^1.0.7"
}
}