-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1019 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
34
35
36
37
38
39
{
"name": "astro",
"type": "module",
"version": "0.0.3",
"packageManager": "[email protected]",
"scripts": {
"format": "prettier --write .",
"lint": "biome lint --apply ./",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/sitemap": "^3.0.3",
"@fontsource-variable/sora": "^5.0.15",
"@fontsource/ibm-plex-sans": "^5.1.0",
"@types/alpinejs": "^3.0.0",
"alpinejs": "^3.0.0",
"astro": "^4.0.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.6",
"unplugin-icons": "^0.17.1"
},
"devDependencies": {
"@biomejs/biome": "^1.4.0",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/tabler": "^1.1.103",
"prettier-plugin-astro": "^0.14.1",
"commit-and-tag-version": "^12.4.2",
"prettier": "^3.0.3",
"schema-dts": "^1.1.2",
"vitest": "^0.34.6"
}
}