-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 3.47 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": "univ-medicale",
"version": "0.6.0",
"description": "Dernières recommandations médicales adaptées à la pratique de la médecine générale",
"scripts": {
"recommandations:new": "hugo new recommandations/article.md",
"css:update-browserslist": "npx update-browserslist-db@latest",
"css:compile": "node-sass --output-style expanded --precision 6 assets/sass/_material-custom.scss assets/css/material.css",
"print:compile": "node-sass --output-style expanded --precision 6 assets/sass/_print-material.scss assets/css/print-material.css",
"css:purge": "hugo && purgecss --css assets/css/material.css --content public/**/*.html --output assets/css/material-purge.css --safelist text-danger pagination page-link is-focused has-value close collapse collapsing modal fade modal-open modal-backdrop modal-scrollbar-measure nav-tabs-material nav-tabs-indicator animate show active tooltip tooltip-inner irs irs--material irs-line irs-min irs-max irs-from irs-to irs-single irs-grid irs-bar irs-bar--single irs-handle single state_hover irs-hidden-input",
"css:purge-preview": "hugo --buildDrafts && purgecss --css assets/css/material.css --content public/**/*.html --output assets/css/material-purge.css --safelist pagination page-link is-focused has-value close collapse collapsing modal fade modal-open modal-backdrop modal-scrollbar-measure nav-tabs-material nav-tabs-indicator animate show active tooltip tooltip-inner irs irs--material irs-line irs-min irs-max irs-from irs-to irs-single irs-grid irs-bar irs-bar--single irs-handle single state_hover irs-hidden-input",
"favicon": "real-favicon generate \"./build/faviconDescription.json\" \"./build/favicons/\"",
"html:lint-vnu": "hugo && node build/vnu-jar.mjs",
"html:lint-validate": "hugo && npm exec html-validate \"public/**/*.html\"",
"hugo:debug": "hugo --cleanDestinationDir --minify --logLevel debug",
"links-md:check": "linkinator content/**/*.md --config ./build/linkinator.config.json 2> debug-linkinator.log",
"links-external:check": "hugo && linkinator public/recommandations/**/*.html --config ./build/linkinator-html.config.json --format CSV",
"start": "hugo --environment production --cleanDestinationDir --gc --minify",
"start:dev": "hugo server --environment development --buildDrafts --watch --destination dev --logLevel warn --cleanDestinationDir -p 1313",
"webhint": "hint http://localhost:1313"
},
"keywords": [
"hugo",
"open",
"source",
"site",
"recommandations",
"medecine",
"médecine",
"conduite",
"tenir",
"guidelines",
"aide",
"decision",
"clinique"
],
"author": "Jean-Baptiste FRON",
"license": "CC-BY-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/djibe/recommandations-medicales.git"
},
"bugs": {
"url": "https://github.com/djibe/recommandations-medicales/issues"
},
"homepage": "https://recomedicales.fr/",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@oramacloud/client": "^2.1.4",
"apexcharts": "^4.4",
"cli-real-favicon": "^0.0.9",
"cross-env": "^7.0.3",
"hint": "^7.1.13",
"html-validate": "^9.1.3",
"hugo-extended": "^0.142.0",
"linkinator": "^6.1.2",
"mermaid": "^10.9.3",
"node-sass": "6.0.1",
"vnu-jar": "^23.4.11"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0"
},
"browserslist": [
"defaults"
],
"engines": {
"node": ">=20"
}
}