2020-10-31 15:04:44 +01:00
|
|
|
{
|
2020-12-01 23:12:34 +01:00
|
|
|
"name": "tea",
|
2022-05-18 17:17:45 +02:00
|
|
|
"description": "npm helper tools used for the extension",
|
2020-12-01 23:12:34 +01:00
|
|
|
"repository": {
|
2023-10-08 21:53:41 +02:00
|
|
|
"url": "https://github.com/FriendsOfTYPO3/tea.git"
|
2020-12-01 23:12:34 +01:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
2022-05-18 17:17:45 +02:00
|
|
|
"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"
|
2020-12-01 23:12:34 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-24 11:09:23 +01:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-03 17:45:02 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-12-15 07:01:26 +01:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-01-10 07:04:29 +01:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-02-04 10:02:21 +01:00
|
|
|
"prettier": "^3.2.5",
|
2023-11-02 20:26:57 +01:00
|
|
|
"stylelint": "^15.11.0",
|
|
|
|
"stylelint-config-recommended": "^13.0.0",
|
2024-02-20 06:20:26 +01:00
|
|
|
"stylelint-no-browser-hacks": "^1.3.0"
|
2020-12-01 23:12:34 +01:00
|
|
|
}
|
2020-10-31 15:04:44 +01:00
|
|
|
}
|