nonscollectif-org/package.json

24 lines
879 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": {
"clean": "rm -rf _site",
"tailwind:watch": "postcss src/scss/global.pcss --o src/css/global.css --watch",
"tailwind:build": "postcss src/scss/global.pcss --o src/css/global.css --minify",
"dev": "npm run clean && concurrently \"npm run tailwind:watch\" \"eleventy --serve\"",
"build": "npm run clean && npm run tailwind:build && eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"autoprefixer": "^10.4.7",
"concurrently": "^7.3.0",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.6"
}
}