-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 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
{
"name": "marksowell.github.io",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"format:check": "biome format --check .",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@fortawesome/fontawesome-svg-core": "7.2.0",
"@fortawesome/free-brands-svg-icons": "7.2.0",
"@fortawesome/free-solid-svg-icons": "7.2.0",
"astro": "^6.1.5",
"typescript": "^6.0.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11"
},
"pnpm": {
"overrides": {
"yaml": "2.8.3"
}
}
}