punkfairie-site/package.json
dependabot[bot] 381c720c29
build(deps-dev): bump postcss from 8.4.24 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 01:09:57 +00:00

37 lines
1.1 KiB
JSON

{
"name": "punkfairie-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "rm -rf dist && npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"@types/alpinejs": "^3.7.1",
"cssnano": "^6.0.1",
"postcss": "^8.4.31",
"postcss-preset-env": "^8.4.2",
"stylelint": "^15.6.3",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-declaration-strict-value": "^1.9.2",
"stylelint-plugin-defensive-css": "^0.6.0",
"stylelint-plugin-logical-css": "^0.12.0",
"stylelint-rem-over-px": "^1.0.0"
},
"dependencies": {
"@11ty/eleventy-plugin-vite": "^4.0.0",
"alpinejs": "^3.12.2",
"eleventy-plugin-automatic-noopener": "^2.0.2",
"eleventy-sass": "^2.2.1",
"esbuild": "0.17.19"
}
}