mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 21:56:12 +01:00
fa9fd5d96a
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.5.0 to 16.10.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.5.0...16.10.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
880 B
JSON
32 lines
880 B
JSON
{
|
|
"name": "tea",
|
|
"description": "npm helper tools used for the extension",
|
|
"repository": {
|
|
"url": "https://github.com/FriendsOfTYPO3/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.2.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"install": "^0.13.0",
|
|
"prettier": "^3.2.5",
|
|
"stylelint": "^16.10.0",
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
"stylelint-no-browser-hacks": "^1.3.0"
|
|
}
|
|
}
|