-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@davidsneighbour/hugo-darkskies",
"description": "A blog theme for GoHugo.",
"version": "1.2024.39",
"license": "MIT",
"author": "Patrick Kollitsch <patrick@davids-neighbour.com>",
"keywords": [],
"dependencies": {
"@alpinejs/collapse": "3.14.7",
"@alpinejs/intersect": "3.14.7",
"@davidsneighbour/bootstrap-config": "2024.4.12",
"@davidsneighbour/markdownlint-config": "2024.4.12",
"@davidsneighbour/postcss-config": "2024.4.12",
"@davidsneighbour/release-config": "2024.4.12",
"@davidsneighbour/remark-config": "2024.4.12",
"@davidsneighbour/tools": "2024.4.12",
"@fullhuman/postcss-purgecss": "7.0.2",
"@types/alpinejs": "3.13.11",
"@types/alpinejs__collapse": "3.13.4",
"@types/alpinejs__intersect": "3.13.4",
"@types/node": "22.10.1",
"@types/youtube": "0.1.0",
"alpinejs": "3.14.7",
"cssnano-preset-advanced": "7.0.6",
"pagefind": "1.2.0",
"postcss": "8.4.49",
"postcss-preset-env": "10.1.1",
"sassdoc": "2.7.4",
"sassdoc-extras": "3.0.0",
"sassdoc-theme-herman": "6.0.2"
},
"scripts": {
"release": "wireit",
"sassdoc": "wireit"
},
"wireit": {
"sassdoc": {
"command": "sassdoc assets/scss --theme herman --dest static/documentation/sass",
"files": [
"assets/scss"
]
},
"sassdoc:debug": {
"command": "sassdoc assets/scss --theme herman --dest static/documentation/sass --verbose --strict --debug",
"files": [
"assets/scss"
]
},
"release": {
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify && ./bin/repo/release/postrelease"
}
},
"main": "index.js",
"files": [
"README.md"
]
}