mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
9c6d9c5386
Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.3...3.2.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
778 B
JSON
27 lines
778 B
JSON
{
|
|
"name": "tea",
|
|
"description": "npm helper tools used for the extension",
|
|
"repository": {
|
|
"url": "https://github.com/FriendsOfTYPO3/tea.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"lint:js": "eslint 'Resources/Public/**/*.js'",
|
|
"lint:js:fix": "eslint 'Resources/Public/**/*.js' --quiet --fix",
|
|
"lint:style": "stylelint Resources/Public/**/*.css",
|
|
"lint:style:fix": "stylelint Resources/Public/**/*.css --fix"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.4",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-recommended": "^13.0.0",
|
|
"stylelint-no-browser-hacks": "^1.2.1"
|
|
}
|
|
}
|