-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 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
36
37
38
{
"name": "astro-theme-breeze",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build && npx pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@tailwindcss/vite": "^4.1.18",
"artalk": "^2.9.1",
"astro": "^5.18.0",
"astro-expressive-code": "^0.41.5",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.19",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.19",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"pagefind": "^1.4.0",
"prettier": "3.7.4",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}