-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mvw-website",
"license": "MIT",
"version": "24.06.10",
"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"
],
"comments": {
"dependencies": {
"jquery": "project",
"lunr": "project",
"photoswipe": "project"
},
"devDependencies": {
"@types/grecaptcha": "project",
"@types/jquery": "project",
"@types/lunr": "project",
"@typescript-eslint/eslint-plugin": "project",
"@typescript-eslint/parser": "project",
"autoprefixer": "project",
"copyfiles": "project",
"eslint": "project",
"glob-all": "project",
"mvw-search-index": "project",
"postcss": "project",
"postcss-cli": "project",
"stylelint": "project",
"stylelint-config-recommended-scss": "project",
"typescript": "project",
"w3c-html-validator": "project"
}
},
"devDependencies": {
"@types/grecaptcha": "3.0.9",
"@types/jquery": "3.5.32",
"@types/lunr": "2.3.7",
"autoprefixer": "10.4.20",
"copyfiles": "2.4.1",
"eslint": "9.15.0",
"glob-all": "3.3.1",
"mvw-search-index": "2.3.0",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"stylelint": "16.10.0",
"stylelint-config-recommended-scss": "14.1.0",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0",
"w3c-html-validator": "1.8.2"
},
"dependencies": {
"jquery": "3.7.1",
"lunr": "2.3.9",
"photoswipe": "5.4.4"
},
"scripts": {
"validate": "node validate.mjs",
"lint": "stylelint '**/*.scss' && npx eslint .",
"build": "hugo --minify && npm run validate",
"index": "cd ./public/ && mvw-search-index './**/*.html' './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"
}
}