mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-14 22:23:50 +01:00
tea/package.json
dependabot[bot] 01631739bf
[Dependabot] Bump eslint-plugin-prettier from 5.2.2 to 5.2.3 ()
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.2...v5.2.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 05:42:44 +00:00

32 lines
886 B
JSON

{
"name": "tea",
"description": "npm helper tools used for the extension",
"repository": {
"url": "https://github.com/TYPO3BestPractices/tea.git"
},
"keywords": [],
"type": "module",
"author": "",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^20.17.0 || ^22.5.1",
"npm": "^9.6.5 || ^10.8.2"
},
"scripts": {
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
"fix:lint:js": "eslint 'Resources/Public/**/*.js' --quiet --fix",
"ci:lint:css": "stylelint Resources/Public/**/*.css",
"fix:lint:css": "stylelint Resources/Public/**/*.css --fix"
},
"devDependencies": {
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"install": "^0.13.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.2",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-browser-hacks": "^1.3.0"
}
}