compagniekalimat-fr/package.json

29 lines
976 B
JSON

{
"name": "compagniekalimat",
"version": "0.0.4",
"description": "Compagnie Kalimat",
"main": "index.js",
"repository": "git@framagit.org:jalil/compagniekalimat.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",
"@11ty/eleventy-img": "^2.0.1",
"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"
}
}