-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"commit": "git-cz",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier -w --plugin-search-dir=. .",
"prepare": "husky install"
},
"lint-staged": {
"**/*.astro": "prettier -w --plugin-search-dir=.",
"**/*": "prettier -w --ignore-unknown"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrolib/seo": "^0.6.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "4.4.4",
"astro-compress": "^2.2.10",
"astro-robots-txt": "^1.0.0",
"daisyui": "^4.7.2",
"date-fns": "^3.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"git-cz": "^4.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}