-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "guide",
"version": "1.0.0",
"description": "",
"keywords": [
"evacuate"
],
"homepage": "https://github.com/evacuate/guide#readme",
"bugs": {
"url": "https://github.com/evacuate/guide/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/evacuate/guide.git"
},
"license": "MIT",
"author": "evacuate",
"scripts": {
"build": "eleventy",
"format": "prettier --write .",
"format:check": "prettier --check 'src/**/*",
"format:write": "prettier --write 'src/**/*",
"lint": "biome lint ./src",
"preinstall": "npx -y only-allow pnpm",
"sort": "node scripts/sort.mjs",
"start": "eleventy --serve",
"watch": "eleventy --watch",
"export": "node scripts/export.mjs"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"clean-css-cli": "^5.6.3",
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0",
"pagefind": "^1.1.1",
"prettier": "^3.3.3"
},
"packageManager": "pnpm@9.15.0",
"dependencies": {
"flat-cache": "^3.2.0",
"shiki": "^1.24.4"
}
}