-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.55 KB
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": "@feature-sliced/documentation",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"linkcheck": "CHECK_LINKS=true pnpm build",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --cache --experimental-cli --write .",
"og:background": "node scripts/generate-og-background.mjs",
"test": "pnpm run test:lint && pnpm run build",
"test:lint": "eslint --cache \"./**/*.{ts,tsx,js,jsx,astro}\" && prettier --check --experimental-cli --cache .",
"test:lint:fix": "eslint --cache --fix \"./**/*.{ts,tsx,js,jsx,astro}\" && prettier --write --experimental-cli --cache ."
},
"engines": {
"node": ">= 22"
},
"devDependencies": {
"@astrojs/starlight": "^0.37.4",
"@lunariajs/starlight": "^0.1.1",
"@types/node": "^22.18.6",
"astro": "^5.16.16",
"astro-og-canvas": "^0.13.0",
"canvaskit-wasm": "^0.41.1",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"remark-heading-id": "^1.0.1",
"sharp": "^0.34.5",
"starlight-links-validator": "^0.19.2",
"starlight-llms-txt": "^0.7.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.59.3"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}