2022-06-26 20:15:34 +00:00
|
|
|
|
{
|
2022-07-25 22:10:45 +00:00
|
|
|
|
"name": "nonscollectif",
|
2022-06-26 20:15:34 +00:00
|
|
|
|
"version": "0.0.1",
|
2022-07-25 22:10:45 +00:00
|
|
|
|
"description": "NonSco’llectif : Rétablissons la vérité sur l’instruction en famille",
|
2022-06-26 20:15:34 +00:00
|
|
|
|
"main": "index.js",
|
2023-09-12 19:37:30 +00:00
|
|
|
|
"repository": "git@framagit.org:jalil/nonscollectif.git",
|
2022-06-26 20:15:34 +00:00
|
|
|
|
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2022-07-21 15:35:16 +00:00
|
|
|
|
"clean": "rm -rf _site",
|
2022-07-25 22:10:45 +00:00
|
|
|
|
"tailwind:watch": "postcss src/style/global.pcss --o src/css/global.css --watch",
|
|
|
|
|
"tailwind:build": "postcss src/style/global.pcss --o src/css/global.css --minify",
|
2022-10-22 23:16:31 +00:00
|
|
|
|
"dev": "concurrently \"npm run tailwind:watch\" \"eleventy --serve\"",
|
2022-07-24 20:09:01 +00:00
|
|
|
|
"build": "npm run clean && npm run tailwind:build && eleventy"
|
2022-06-26 20:15:34 +00:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-06-26 23:33:29 +00:00
|
|
|
|
"@11ty/eleventy": "^1.0.1",
|
2022-10-22 23:16:31 +00:00
|
|
|
|
"@11ty/eleventy-img": "^2.0.1",
|
2022-07-24 20:09:01 +00:00
|
|
|
|
"@11ty/eleventy-navigation": "^0.3.3",
|
|
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
|
"concurrently": "^7.3.0",
|
2022-07-27 17:15:03 +00:00
|
|
|
|
"dotenv": "^16.0.1",
|
2022-10-22 23:16:31 +00:00
|
|
|
|
"fast-glob": "^3.2.12",
|
2022-07-26 10:26:15 +00:00
|
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
|
"markdown-it-attrs": "^4.1.4",
|
2022-10-22 23:16:31 +00:00
|
|
|
|
"outdent": "^0.8.0",
|
|
|
|
|
"photoswipe": "^5.3.2",
|
2022-07-24 20:09:01 +00:00
|
|
|
|
"postcss-cli": "^10.0.0",
|
|
|
|
|
"tailwindcss": "^3.1.6"
|
2022-06-26 20:15:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|