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

27 lines
721 B
JSON
Raw Normal View History

2023-03-01 18:47:59 +00:00
{
"name": "compteur-de-greve",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
2023-03-01 22:32:20 +00:00
"dev": "eleventy --serve --port=1312",
2023-03-01 19:47:11 +00:00
"build": "eleventy",
2023-03-01 22:32:20 +00:00
"lintcss": "npx stylelint 'src/css/**/*.scss'",
"lintcss-autofix": "npx stylelint 'src/css/**/*.scss' --fix"
2023-03-01 18:47:59 +00:00
},
"author": "Guérilla.Studio",
"license": "ISC",
"dependencies": {
2023-03-01 22:32:20 +00:00
"@11ty/eleventy": "^2.0.0",
"@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.0.0",
2023-03-02 06:14:57 +00:00
"@netlify/functions": "^1.4.0",
2023-03-02 09:25:30 +00:00
"alpinejs": "^3.11.1",
"node-fetch": "^3.3.0"
2023-03-01 19:47:11 +00:00
},
"devDependencies": {
2023-03-02 05:43:24 +00:00
"stylelint": "^14.11.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard-scss": "^5.0.0"
2023-03-01 18:47:59 +00:00
}
}