-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.21 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
40
41
42
43
44
45
{
"name": "applifting-frontend-playbook",
"version": "1.2.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"predev": "node scripts/sync-changelog.js",
"prebuild": "node scripts/sync-changelog.js",
"lint:fix": "biome lint --write",
"lint:check": "biome lint",
"format:fix": "biome format --write",
"format:check": "biome format",
"changeset": "changeset",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/starlight": "^0.38.2",
"astro": "^5.18.0",
"astro-mermaid": "^1.3.1",
"mermaid": "^11.13.0",
"sharp": "^0.34.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"engineStrict": true,
"engines": {
"node": "24.13.0"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}