-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 921 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
{
"name": "johannes",
"private": true,
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format .",
"format:fix": "biome format --write .",
"check": "biome check .",
"check:fix": "biome check --write ."
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": "23.4.0",
"pnpm": "9"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/node": "8.3.4",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.3",
"astro": "4.16.17",
"tailwindcss": "3.4.16"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
}