forked from Jazee6/astro-blur
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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": "astro-blur",
"type": "module",
"version": "0.2.2",
"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.8.3",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/material-symbols": "^1.1.85",
"astro": "^4.12.2",
"astro-icon": "^1.1.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0",
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"pagefind": "^1.1.0",
"tailwindcss-animate": "^1.0.7"
}
}