1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00
compteur-de-greve/package.json

24 lines
656 B
JSON

{
"name": "compteur-de-greve",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"dev": "eleventy --serve --port=1312",
"build": "eleventy",
"lintcss": "npx stylelint 'src/css/**/*.scss'",
"lintcss-autofix": "npx stylelint 'src/css/**/*.scss' --fix"
},
"author": "Guérilla.Studio",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.0.0",
"alpinejs": "^3.11.1"
},
"devDependencies": {
"stylelint": "^15.2.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard-scss": "^7.0.1"
}
}