-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "astro-starlight-docs-template",
"version": "0.1.0",
"private": true,
"author": {
"name": "Nazar Kornienko",
"email": "[email protected]",
"url": "https://github.com/blefnk/blefnk"
},
"type": "module",
"scripts": {
"addons": "tsx addons",
"appts": "redrun knip lint format typecheck build",
"appts:noknip": "redrun lint format typecheck build",
"astro": "astro",
"build": "astro check && astro build",
"check:biome": "biome check --reporter=summary",
"check:eslint": "cross-env TIMING=10 eslint --debug --fix .",
"check": "redrun check:biome check:eslint",
"dev:eslint": "pnpm eslint --inspect-config",
"dev": "astro dev",
"format:biome": "biome format --write .",
"format": "redrun format:biome",
"i18n": "tsx addons/scripts/mdxBuilder.ts",
"knip": "knip",
"latest": "pnpm update --latest",
"lint:biome": "biome lint --write .",
"lint:eslint": "eslint --cache --fix .",
"lint": "redrun lint:eslint lint:biome",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"astro": "^4.14.2",
"destr": "^2.0.3",
"fs-extra": "^11.2.0",
"pathe": "^1.1.2",
"redrun": "^11.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.26.1",
"@biomejs/biome": "^1.8.3",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.4.0",
"cross-env": "^7.0.3",
"eslint": "^9.9.0",
"knip": "^5.27.2",
"sharp": "^0.33.5",
"tsx": "^4.17.0",
"typescript": "5.6.0-beta",
"typescript-eslint": "^8.1.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
}
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}