mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
27 lines
779 B
JSON
27 lines
779 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.54.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"prettier": "^3.1.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-config-recommended": "^13.0.0",
|
|
"stylelint-no-browser-hacks": "^1.2.1",
|
|
}
|
|
}
|