nonscollectif-org/package.json

19 lines
512 B
JSON
Raw Normal View History

2022-06-26 20:15:34 +00:00
{
"name": "nous-toustes",
"version": "0.0.1",
"description": "Rétablissons la vérité sur linstruction en famille",
"main": "index.js",
"repository": "git@framagit.org:jalil/nous-toustes.git",
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
"license": "MIT",
"scripts": {
2022-07-21 15:35:16 +00:00
"clean": "rm -rf _site",
"dev": "yarn clean && eleventy --serve",
"build": "yarn clean && eleventy"
2022-06-26 20:15:34 +00:00
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
2022-06-28 12:45:08 +00:00
"@11ty/eleventy-navigation": "^0.3.3"
2022-06-26 20:15:34 +00:00
}
}