mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00
tea/package.json

28 lines
778 B
JSON
Raw Normal View History

{
"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.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-no-browser-hacks": "^1.2.1"
}
}