nonscollectif-org/package.json

25 lines
879 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",
2022-07-24 20:09:01 +00:00
"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"
2022-06-26 20:15:34 +00:00
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
2022-07-24 20:09:01 +00:00
"@11ty/eleventy-navigation": "^0.3.3",
"autoprefixer": "^10.4.7",
"concurrently": "^7.3.0",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.6"
2022-06-26 20:15:34 +00:00
}
}