-
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) · 820 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 820 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": "bytebard.software",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently npm:watch:*",
"build-tw": "npx tailwindcss -i ./assets/css/unprocessed_main.css -o ./assets/css/main.css --minify",
"watch:tw": "npx tailwindcss -i ./assets/css/unprocessed_main.css -o ./assets/css/main.css --watch",
"watch:hugo": "npm exec hugo server -D",
"build": "npm run build-tw && npm exec hugo --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"concurrently": "^8.2.2",
"daisyui": "^5.4.7",
"hugo-bin": "^0.149.2",
"tailwindcss": "^4.1.17"
},
"hugo-bin": {
"buildTags": "extended",
"version": "0.152.2"
}
}