nonscollectif-org/package.json

28 lines
991 B
JSON
Raw Normal View History

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": "NonScollectif : Rétablissons la vérité sur linstruction en famille",
2022-06-26 20:15:34 +00:00
"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-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-07-24 20:09:01 +00:00
"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",
"dotenv": "^16.0.1",
2022-07-26 10:26:15 +00:00
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.4",
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
}
}