-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.hugo.json
48 lines (48 loc) · 1.41 KB
/
package.hugo.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
{
"name": "mvw-website",
"license": "MIT",
"version": "24.04.07",
"description": "Website of Musikverein Wollbach 1866 e.V.",
"author": "Markus Lindenmann <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Tiliavir/mvw-website.git"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"ie 11"
],
"devDependencies": {
"@types/grecaptcha": "3.0.7",
"@types/jquery": "3.5.29",
"@types/lunr": "2.3.7",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"autoprefixer": "10.4.16",
"copyfiles": "2.4.1",
"eslint": "8.55.0",
"glob-all": "3.3.1",
"mvw-search-index": "2.2.17",
"postcss": "8.4.32",
"postcss-cli": "11.0.0",
"stylelint": "16.0.2",
"stylelint-config-recommended-scss": "14.0.0",
"typescript": "5.3.3",
"w3c-html-validator": "1.6.1"
},
"dependencies": {
"jquery": "3.7.1",
"lunr": "2.3.9",
"photoswipe": "5.4.3"
},
"scripts": {
"validate": "node validate.mjs",
"lint": "stylelint '**/*.scss' && npx eslint . --ext .ts",
"build": "hugo --minify && npm run validate",
"index": "mvw-search-index './public/**/*.html' './public/suche/index.json' 'main'",
"update:lib:jquery": "copyfiles -u 3 ./node_modules/jquery/dist/jquery.min.js ./static/js/",
"postinstall": "npm run update:lib:jquery && npm run lint"
}
}