-
Notifications
You must be signed in to change notification settings - Fork 561
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 770 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
{
"name": "autoskills-sh",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"og": "node scripts/generate-og.mjs",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt --write .",
"fmt:staged": "oxfmt --write --no-error-on-unmatched-pattern",
"fmt:check": "oxfmt --check .",
"hooks:install": "git config core.hooksPath .githooks"
},
"dependencies": {
"@tailwindcss/vite": "4.3.1",
"astro": "6.4.6",
"geist": "1.7.2",
"tailwindcss": "4.3.1"
},
"devDependencies": {
"oxfmt": "0.54.0",
"oxlint": "1.69.0"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.33.0"
}