-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.74 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
{
"name": "mediation-logement",
"version": "0.1",
"description": "L'objectif de Médiation Logement est de résoudre les litiges locatifs entre locataires et bailleurs par la médiation. La start-up d'Etat est portée par La Fabrique Numérique de l'Ecologie (MTE-MCT). Ce service numérique est sponsorisé par Direction générale de l'Aménagement, du Logement et de la Nature , Ministère de la Transition Écologique.",
"scripts": {
"build": "npx @11ty/eleventy",
"postbuild": "npx pagefind --site _site/ --output-subdir \"_pagefind\"",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git@github.com:betagouv/mediation-logement.git"
},
"author": {
"name": "Médiation Logement",
"email": "contact@mediationlogement.beta.gouv.fr",
"url": "https://mediationlogement.beta.gouv.fr"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"homepage": "https://mediationlogement.beta.gouv.fr",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@codegouvfr/eleventy-plugin-calendar": "^3.0.4",
"@codegouvfr/eleventy-plugin-i18n": "^0.1.3",
"@gouvfr/dsfr": "^1.11.0",
"ics": "^3.2.0",
"luxon": "^3.2.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^4.0.0",
"pagefind": "^1.0.4"
}
}