1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00
reproxy/site/package.json
dependabot[bot] cfe149c689 Bump postcss from 8.2.10 to 8.2.13 in /site
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [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.2.10...8.2.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 22:05:06 -06:00

40 lines
1.1 KiB
JSON

{
"name": "reproxy",
"version": "0.0.0",
"repository": "https://github.com/umputun/reproxy/site",
"author": "Pavel Mineev <pavel@mineev.me>",
"license": "MIT",
"private": true,
"engines": {
"node": ">= 14.15"
},
"scripts": {
"build": "cross-env NODE_ENV=production run-s build:* --print-label",
"build:clean": "rm -rf public/*",
"build:css": "postcss src/main.css -o src/includes/main.css",
"build:eleventy": "eleventy",
"dev": "run-p dev:*",
"dev:css": "postcss src/main.css -o public/main.css -w",
"dev:eleventy": "eleventy --serve --watch"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@thedigitalman/eleventy-plugin-toc-a11y": "^2.0.2",
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"cssnano": "^5.0.1",
"date-fns": "^2.21.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"markdown-it-link-attributes": "^3.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.13",
"postcss-cli": "^8.3.1",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.1"
}
}