28 lines
991 B
JSON
28 lines
991 B
JSON
{
|
||
"name": "nonscollectif",
|
||
"version": "0.0.1",
|
||
"description": "NonSco’llectif : Rétablissons la vérité sur l’instruction 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/style/global.pcss --o src/css/global.css --watch",
|
||
"tailwind:build": "postcss src/style/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",
|
||
"dotenv": "^16.0.1",
|
||
"markdown-it": "^13.0.1",
|
||
"markdown-it-attrs": "^4.1.4",
|
||
"postcss-cli": "^10.0.0",
|
||
"tailwindcss": "^3.1.6"
|
||
}
|
||
}
|