-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 798 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 798 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
27
28
{
"name": "frsource.github.io",
"private": true,
"version": "1.0.0",
"description": "Source for FRSOURCE website",
"repository": "https://github.com/FRSource/frsource.github.io.git",
"author": "Jakub Freisler",
"license": "Apache 2.0",
"packageManager": "pnpm@10.33.0",
"scripts": {
"start": "concurrently 'pnpm run -r --parallel start' 'pnpm preview'",
"build": "pnpm run --filter=frsource.github.io-index build && pnpm run --filter=frsource.github.io-blog build",
"format": "pnpm run -r format",
"preview": "serve public",
"prepare": "husky"
},
"devDependencies": {
"concurrently": "^9.0.0",
"husky": "^9.0.0",
"lint-staged": "^16.0.0",
"serve": "^14.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}