-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
45
46
47
48
49
{
"name": "ktym4a.me",
"type": "module",
"version": "0.0.1",
"description": "My personal website",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"check:tsc": "tsc --noEmit",
"astro": "astro",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"prepare": "husky"
},
"author": "ktym4a",
"license": "MIT",
"dependencies": {
"astro": "^4.16.14",
"astro-page-insight": "^0.9.0",
"satori": "^0.12.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@biomejs/biome": "^1.9.4",
"@catppuccin/tailwindcss": "^0.1.6",
"astro-capo": "^0.0.1",
"astro-meta-tags": "^0.3.1",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"wrangler": "^3.90.0"
},
"lint-staged": {
"*.astro": ["biome check --write .", "astro check"],
"*.ts": ["biome check --write ."]
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}