-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "bash ./build.sh",
"build:prod": "bash ./build.sh production",
"serve": "five-server public --open --watch=public",
"watch": "chokidar \"layout/**/*\" \"content/**/*\" -c \"pnpm run build\" --initial --debounce=1000",
"dev": "concurrently \"pnpm run watch\" \"pnpm run serve\""
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"chokidar-cli": "^3.0.0",
"concurrently": "^9.2.1",
"cross-env": "^10.0.0",
"esbuild": "^0.25.10",
"five-server": "^0.4.5",
"medium-zoom": "^1.1.0",
"sass": "^1.93.2",
"typescript": "^5.9.2"
}
}