forked from teamosis/gethugothemes-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@gethugothemes/docs",
"version": "1.0.32",
"description": "Documentation site for gethugothemes.com",
"homepage": "https://github.com/gethugothemes/gethugothemes-docs#readme",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/gethugothemes/gethugothemes-docs.git"
},
"bugs": {
"url": "https://github.com/gethugothemes/gethugothemes-docs/issues"
},
"scripts": {
"serve": "hugo server --disableFastRender --i18n-warnings --navigateToChanged --templateMetrics --templateMetricsHints --verbose --verboseLog --path-warnings --buildDrafts --buildExpired --buildFuture --watch --enableGitInfo --forceSyncStatic --log true --logFile hugo.log --verbose",
"hugo": "hugo --i18n-warnings --templateMetrics --templateMetricsHints --verbose --verboseLog --path-warnings --enableGitInfo --log true --logFile hugo.log --verbose",
"hugo-update": "hugo mod get -u ./... && hugo mod tidy",
"lint": "npm run lint:style",
"lint:style": "stylelint assets/scss",
"lint:fix": "stylelint assets/scss --fix",
"remark": "remark",
"release": "standard-version --release-as patch -a -t \"v\" && ./bin/release-hook-postrelease.sh",
"release-major": "standard-version --release-as major -a -t \"v\" && ./bin/release-hook-postrelease.sh",
"release-next": "standard-version --release-as minor -a -t \"v\" && ./bin/release-hook-postrelease.sh"
},
"keywords": [
"hugo",
"hugo-site",
"hugo-theme",
"hugo-documentation"
],
"author": {
"name": "Mehedi Sharif Titas",
"web": "https://gethugothemes.com"
},
"maintainers": [
{
"name": "Somrat Sorkar",
"email": "abdulmonnafsomrat@gmail.com",
"web": "https://somrat.netlify.app"
},
{
"name": "Patrick Kollitsch",
"email": "patrick@davids-neighbour.com",
"web": "https://davids-neighbour.com"
}
],
"devDependencies": {
"@dnb-org/browserslist-config": "^3.4.8",
"@dnb-org/remark-config": "^3.4.8",
"@dnb-org/standard-version-config": "^3.4.7",
"@dnb-org/stylelint-config": "^3.4.8",
"@fullhuman/postcss-purgecss": ">=4.1.3",
"autoprefixer": ">=10.4.2",
"cross-env": ">=7.0.3",
"cssnano": ">=5.0.15",
"pixrem": ">=5.0.0",
"postcss": ">=8.4.5",
"postcss-cli": ">=9.1.0",
"precss": ">=4.0.0",
"standard-version": ">=9.3.2",
"stylelint": ">=14.2.0",
"stylelint-config-sass-guidelines": ">=9.0.1"
},
"browserslist": [
"extends @dnb-org/browserslist-config"
],
"stylelint": {
"extends": "@dnb-org/stylelint-config"
},
"private": true
}