Files
generic-landing-page/package.json
dependabot[bot] 3b45da1ecf chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#156)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 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.27...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-22 13:55:21 +02:00

42 lines
1.2 KiB
JSON

{
"name": "@ivuorinen/generic-landing-page",
"version": "1.0.0",
"description": "Generic landing page with some candy",
"scripts": {
"build": "npx mix build",
"dev": "npx mix build",
"prod": "npx mix build -p",
"eslint:fix": "eslint '**/*.{js,tsx,ts}' --fix",
"eslint:report": "eslint '**/*.{js,tsx,ts}'"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivuorinen/generic-landing-page.git"
},
"author": "Ismo Vuorinen <ismo@ivuorinen.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivuorinen/generic-landing-page/issues"
},
"homepage": "https://github.com/ivuorinen/generic-landing-page#readme",
"devDependencies": {
"@ivuorinen/eslint-config": "^0.2.0",
"@ivuorinen/stylelint-config": "^0.1.19",
"autoprefixer": "10.4.14",
"browser-sync": "2.29.3",
"browser-sync-webpack-plugin": "2.3.0",
"engine.io": "6.5.1",
"laravel-mix": "6.0.49",
"mix-tailwindcss": "1.3.0",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"resolve-url-loader": "5.0.0",
"sass": "1.64.1",
"sass-loader": "13.3.2",
"tailwindcss": "3.3.3"
}
}